mirror of
https://github.com/kaboomserver/framework.git
synced 2025-01-06 14:50:44 +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
|
||||
|
||||
cd ~/
|
||||
rm alivechecker kaboom schematics
|
||||
rm alivecheck kaboom schematics
|
||||
|
||||
while true; do
|
||||
dtach -n kaboom ~/framework/script/server.sh > /dev/null 2>&1
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue