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 82043d5 commit 292b2f7Copy full SHA for 292b2f7
1 file changed
scripts/start-deployPaper
@@ -24,7 +24,7 @@ elif [[ $PAPER_DOWNLOAD_URL ]]; then
24
--url="$PAPER_DOWNLOAD_URL"
25
)
26
27
- if [[ $CLEAN_SERVER_LIBRARIES ]]; then
+ if isTrue $CLEAN_SERVER_LIBRARIES; then
28
args+=(--clean-libraries)
29
fi
30
@@ -45,7 +45,7 @@ else
45
args+=(--build="$PAPER_BUILD")
46
47
48
49
50
51
0 commit comments