Added option to set USE_MODPACK_START_SCRIPT=false for CF modpacks (#591)

This commit is contained in:
Geoff Bourne
2020-07-19 15:01:19 -05:00
parent 21ee5e2401
commit beaccbcf3b
4 changed files with 50 additions and 6 deletions
+4
View File
@@ -108,4 +108,8 @@ requireVar() {
log "ERROR: $1 is required to be set"
exit 1
fi
if [ -z "${!1}" ]; then
log "ERROR: $1 is required to be set"
exit 1
fi
}