aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index fb3b4d0..c680146 100755
--- a/deploy.sh
+++ b/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)