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/