From 1a8f8bfbc6c0c9b5ea75eceefd5da7933295a6ec Mon Sep 17 00:00:00 2001 From: mathiascode Date: Sat, 9 May 2020 01:53:42 +0300 Subject: [PATCH] Make sure alive checker runs --- script/init.sh | 2 +- script/server.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/init.sh b/script/init.sh index c39ed0a..3b2e2f3 100755 --- a/script/init.sh +++ b/script/init.sh @@ -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 diff --git a/script/server.sh b/script/server.sh index 8725750..906877c 100755 --- a/script/server.sh +++ b/script/server.sh @@ -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/