diff --git a/scripts/start-deployPaper b/scripts/start-deployPaper index 9907d4a3..e96606af 100755 --- a/scripts/start-deployPaper +++ b/scripts/start-deployPaper @@ -24,7 +24,7 @@ elif [[ $PAPER_DOWNLOAD_URL ]]; then --url="$PAPER_DOWNLOAD_URL" ) - if [[ $CLEAN_SERVER_LIBRARIES ]]; then + if isTrue $CLEAN_SERVER_LIBRARIES; then args+=(--clean-libraries) fi @@ -45,7 +45,7 @@ else args+=(--build="$PAPER_BUILD") fi - if [[ $CLEAN_SERVER_LIBRARIES ]]; then + if isTrue $CLEAN_SERVER_LIBRARIES; then args+=(--clean-libraries) fi