Added debug output for deployForge and minecraftFinalSetup

#799
This commit is contained in:
Geoff Bourne 2021-03-11 16:21:59 -06:00
parent 209c6e6dab
commit 3c77abbbab
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -1,6 +1,7 @@
#!/bin/bash
. ${SCRIPTS:-/}start-utils
isDebugging && set -x
if [ -n "$OPS" ]; then
log "Updating ops"