mirror of
https://github.com/kaboomserver/framework.git
synced 2025-08-05 12:03:04 +00:00
Bug fixes
This commit is contained in:
parent
0dc3436cd5
commit
dd72d94cee
3 changed files with 6 additions and 2 deletions
|
@ -6,6 +6,9 @@
|
|||
# Run scripts for starting the Minecraft server and schematic
|
||||
# checker in the background
|
||||
|
||||
cd ~/
|
||||
rm alivechecker kaboom schematics
|
||||
|
||||
while true; do
|
||||
dtach -n kaboom ~/framework/script/server.sh > /dev/null 2>&1
|
||||
dtach -n schematics ~/framework/script/schematics.sh > /dev/null 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue