diff options
-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 |