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