diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-10-11 06:25:55 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-10-11 06:25:55 +0300 |
commit | 8cca8d05cd42a42e16d6dc5966fb1670154f04a6 (patch) | |
tree | 595184c38c97e850cf6d2c60b68d2ea0f7f44370 | |
parent | effbaa0921a5a3b1c35b7e4d5943bb4ff6f9d045 (diff) | |
download | arching-kaos-radio-8cca8d05cd42a42e16d6dc5966fb1670154f04a6.tar.gz arching-kaos-radio-8cca8d05cd42a42e16d6dc5966fb1670154f04a6.tar.bz2 arching-kaos-radio-8cca8d05cd42a42e16d6dc5966fb1670154f04a6.zip |
Init script
-rw-r--r-- | README | 1 | ||||
-rwxr-xr-x | deploy.sh | 1 | ||||
-rwxr-xr-x | init.sh | 2 |
3 files changed, 4 insertions, 0 deletions
@@ -19,4 +19,5 @@ Helping scripts: - ./create_static_list.sh Deploy scripts: +- ./init.sh - ./deploy.sh @@ -1,5 +1,6 @@ #!/bin/bash echo 'Deploying...' +./init.sh if [ -f "${HOME}/rse_server.pid" ] then pkill $(cat ${HOME}/rse_server.pid) @@ -0,0 +1,2 @@ +#!/bin/bash +mkdir hashes |