Make sure alive checker runs

This commit is contained in:
mathiascode 2020-05-09 01:53:42 +03:00
parent 2c3795f30e
commit 1a8f8bfbc6
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
# checker in the background
cd ~/
rm alivechecker kaboom schematics
rm alivecheck kaboom schematics
while true; do
dtach -n kaboom ~/framework/script/server.sh > /dev/null 2>&1

View File

@ -5,7 +5,7 @@
PATH="$HOME/framework/vendor/java/bin/:$PATH"
dtach -n alivecheck $HOME/framework/script/alivecheck.sh
dtach -n alivecheck ~/framework/script/alivecheck.sh
# Make sure we're in the server folder, located in the home directory
cd ~/server/