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