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 0916bd2 commit a416b2eCopy full SHA for a416b2e
src/run.sh
@@ -34,7 +34,7 @@ msg4=($(_justMessage "Postprocessing completed"))
34
msg5=($(_justMessage "Generating completed"))
35
msg6=($(_justMessage "Compressing completed"))
36
msg7=($(_justMessage "Generating completed"))
37
-echo $msg1
+echo "$msg1"
38
39
installNodejs() {
40
echo $msg2
@@ -82,7 +82,7 @@ if [[ "$TYPE" != "postprocessor" && "$TYPE" != "redirector" && "$TYPE" != "compr
82
echo $ERROR_MESSAGE && exit 1
83
fi
84
85
-if [ "$TYPE" != "compressor" || "$TYPE" != "generator" ]; then
+if [ "$TYPE" != "compressor" ]; then
86
if [ -d "deploy" ]; then
87
local ERROR_MESSAGE=($(ErrorMessage "important_dirs" "0106"))
88
0 commit comments