From a43a5853e1e05084dbc6d51429d4d938f76e71fe Mon Sep 17 00:00:00 2001 From: SDGDen Date: Mon, 9 Mar 2026 09:25:57 +0100 Subject: [PATCH] syntax fix --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""