We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6363949 commit 43accdfCopy full SHA for 43accdf
scripts/start-deployCustom
@@ -12,7 +12,7 @@ if isURL "${CUSTOM_SERVER}"; then
12
filename=$(basename "${CUSTOM_SERVER}")
13
export SERVER=/data/${filename}
14
15
- if [[ -f ${SERVER} ]] || [ -n "$FORCE_REDOWNLOAD" ]; then
+ if [[ -f ${SERVER} ]] && ! isTrue "$FORCE_REDOWNLOAD"; then
16
log "Using previously downloaded jar at ${SERVER}"
17
else
18
log "Downloading custom server jar from ${CUSTOM_SERVER} ..."
0 commit comments