Removed Server Handler, shfited into 7D2D-Manage

This commit is contained in:
Price Hiller 2021-12-25 20:15:26 -06:00
parent 2eea6f5521
commit 2a9196e52a

View File

@ -1,4 +0,0 @@
until "${1}/"startserver.sh -configfile="${1}/"serverconfig.xml; do
echo "Server died with code $?, restarting in 60 seconds..." >&2
sleep 60;
done