diff --git a/deploy.sh b/deploy.sh index f1d13cf..cf744eb 100644 --- a/deploy.sh +++ b/deploy.sh @@ -217,7 +217,7 @@ fi -if ["$external_access_method" -eq 1]; then +if [ "$external_access_method" -eq 1 ]; then # Verify DNS records echo -e "${cyan}Verifying DNS records...${nc}" echo ""