mirror of
https://github.com/kaboomserver/framework.git
synced 2025-01-07 23:19:13 +00:00
Make sure alive checker runs
This commit is contained in:
parent
2c3795f30e
commit
1a8f8bfbc6
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
# checker in the background
|
# checker in the background
|
||||||
|
|
||||||
cd ~/
|
cd ~/
|
||||||
rm alivechecker kaboom schematics
|
rm alivecheck kaboom schematics
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
dtach -n kaboom ~/framework/script/server.sh > /dev/null 2>&1
|
dtach -n kaboom ~/framework/script/server.sh > /dev/null 2>&1
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
PATH="$HOME/framework/vendor/java/bin/:$PATH"
|
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
|
# Make sure we're in the server folder, located in the home directory
|
||||||
cd ~/server/
|
cd ~/server/
|
||||||
|
|
Loading…
Reference in a new issue