diff --git a/start-deployForge b/start-deployForge index f6b273eb..c7f14e6d 100644 --- a/start-deployForge +++ b/start-deployForge @@ -3,6 +3,7 @@ . ${SCRIPTS:-/}start-utils export TYPE=FORGE : ${FORGEVERSION:=RECOMMENDED} +isDebugging && set -x if [[ -z $FORGE_INSTALLER && -z $FORGE_INSTALLER_URL ]]; then norm=$VANILLA_VERSION diff --git a/start-minecraftFinalSetup b/start-minecraftFinalSetup index 40c1358c..fc3cfa1d 100644 --- a/start-minecraftFinalSetup +++ b/start-minecraftFinalSetup @@ -1,6 +1,7 @@ #!/bin/bash . ${SCRIPTS:-/}start-utils +isDebugging && set -x if [ -n "$OPS" ]; then log "Updating ops"