[mc] Add some FORGE_INSTALLER lookup messages

This commit is contained in:
Geoff Bourne
2017-06-07 08:07:44 -05:00
parent e6ca9a1c6d
commit 899f31917c
+3 -1
View File
@@ -196,7 +196,7 @@ function installForge {
fi fi
fi fi
echo "Installing Forge $shortForgeVersion" echo "Installing Forge $shortForgeVersion using $FORGE_INSTALLER"
mkdir -p mods mkdir -p mods
tries=3 tries=3
while ((--tries >= 0)); do while ((--tries >= 0)); do
@@ -211,7 +211,9 @@ function installForge {
fi fi
# NOTE $shortForgeVersion will be empty if installer location was given to us # NOTE $shortForgeVersion will be empty if installer location was given to us
echo "Finding installed server jar..."
for j in *forge*.jar; do for j in *forge*.jar; do
echo "...$j"
case $j in case $j in
*installer*) *installer*)
;; ;;