asdf
This commit is contained in:
@@ -234,8 +234,15 @@ EOF
|
||||
# ===================================================
|
||||
# 07. Main loop
|
||||
# ===================================================
|
||||
|
||||
NUMBER_OF_STARTS=0
|
||||
|
||||
main() {
|
||||
while true ; do
|
||||
NUMBER_OF_STARTS=$((NUMBER_OF_STARTS + 1))
|
||||
msg "Server is preparing to start..."
|
||||
msg "NUMBER OF STARTS: $NUMBER_OF_STARTS"
|
||||
|
||||
cd "$ORIGINAL_DIR" || die "Can no longer cd to $ORIGINAL_DIR"
|
||||
|
||||
if [ -e ./SERVER.ENV ] ; then
|
||||
|
||||
Reference in New Issue
Block a user