diff --git a/main.sh b/main.sh index 51df1dc602..8230418424 100644 --- a/main.sh +++ b/main.sh @@ -67,7 +67,7 @@ done if [[ $BETA == yes ]]; then IMAGE_TYPE=nightly -elif [[ $BETA == no && BUILD_ALL == yes && -n GPG_PASS ]]; then +elif [[ $BETA == no && $BUILD_ALL == yes && -n $GPG_PASS ]]; then IMAGE_TYPE=stable else IMAGE_TYPE=user-built