asdf
This commit is contained in:
@@ -235,6 +235,7 @@ EOF
|
|||||||
# 07. Main loop
|
# 07. Main loop
|
||||||
# ===================================================
|
# ===================================================
|
||||||
main() {
|
main() {
|
||||||
|
while true ; do
|
||||||
cd "$ORIGINAL_DIR" || die "Can no longer cd to $ORIGINAL_DIR"
|
cd "$ORIGINAL_DIR" || die "Can no longer cd to $ORIGINAL_DIR"
|
||||||
|
|
||||||
if [ -e ./SERVER.ENV ] ; then
|
if [ -e ./SERVER.ENV ] ; then
|
||||||
@@ -268,6 +269,7 @@ main() {
|
|||||||
|
|
||||||
# START THE SERVER - RUN ServerDZ.EXE
|
# START THE SERVER - RUN ServerDZ.EXE
|
||||||
start_server "$@"
|
start_server "$@"
|
||||||
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
main "$@" || exit 1
|
main "$@" || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user