From b08d72152b87f503db9a1624cf8188d60d2d48a5 Mon Sep 17 00:00:00 2001 From: shihaam Date: Thu, 2 Jun 2022 20:47:44 +0500 Subject: [PATCH] error output --- nginx-allow-dynamicip/nginx-allow-dynamicip.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx-allow-dynamicip/nginx-allow-dynamicip.sh b/nginx-allow-dynamicip/nginx-allow-dynamicip.sh index 486d926..51985dd 100755 --- a/nginx-allow-dynamicip/nginx-allow-dynamicip.sh +++ b/nginx-allow-dynamicip/nginx-allow-dynamicip.sh @@ -14,9 +14,9 @@ then sed -i "s/$IP_OLD/$IP/" $CONFIG systemctl restart nginx else - echo bruh + echo nginx test failed fi else - echo bruh + echo IP IS SAME fi