From 3c77abbbab2df9c86d24a542321434e9fd909046 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Thu, 11 Mar 2021 16:21:59 -0600 Subject: [PATCH] Added debug output for deployForge and minecraftFinalSetup #799 --- start-deployForge | 1 + start-minecraftFinalSetup | 1 + 2 files changed, 2 insertions(+) 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"