diff --git a/deploy.sh b/deploy.sh index f799f7cb..e55e4dfe 100644 --- a/deploy.sh +++ b/deploy.sh @@ -29,7 +29,7 @@ fi mkdir -p \$path | tail -n+\$PAYLOAD_LINE \$0 | tar -xvzC \$path -if [ \$2 -ne \"--unpack\" ]; then +if [ -z $2 ] || [ $2 != unpack ]; then sh \$path/install.sh fi