Skip to content

Commit a416b2e

Browse files
Update run.sh
1 parent 0916bd2 commit a416b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ msg4=($(_justMessage "Postprocessing completed"))
3434
msg5=($(_justMessage "Generating completed"))
3535
msg6=($(_justMessage "Compressing completed"))
3636
msg7=($(_justMessage "Generating completed"))
37-
echo $msg1
37+
echo "$msg1"
3838

3939
installNodejs() {
4040
echo $msg2
@@ -82,7 +82,7 @@ if [[ "$TYPE" != "postprocessor" && "$TYPE" != "redirector" && "$TYPE" != "compr
8282
echo $ERROR_MESSAGE && exit 1
8383
fi
8484

85-
if [ "$TYPE" != "compressor" || "$TYPE" != "generator" ]; then
85+
if [ "$TYPE" != "compressor" ]; then
8686
if [ -d "deploy" ]; then
8787
local ERROR_MESSAGE=($(ErrorMessage "important_dirs" "0106"))
8888
echo $ERROR_MESSAGE && exit 1

0 commit comments

Comments
 (0)