From 334771f0aca877a39c79f09e7da9ff53ed4c771c Mon Sep 17 00:00:00 2001 From: xVRVx <63975481+xVRVx@users.noreply.github.com> Date: Fri, 13 Feb 2026 00:33:13 +0300 Subject: [PATCH] Add files via upload --- test/autoXRAYselfRUbrEUxhttp-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/autoXRAYselfRUbrEUxhttp-test.sh b/test/autoXRAYselfRUbrEUxhttp-test.sh index 10aab3c..3c4d865 100644 --- a/test/autoXRAYselfRUbrEUxhttp-test.sh +++ b/test/autoXRAYselfRUbrEUxhttp-test.sh @@ -87,7 +87,7 @@ SPX="${params[spx]}"; echo "SPX=$SPX" echo "${YEL}Обновление и установка необходимых пакетов...${NC}" -apt-get update && apt-get install curl jq dnsutils openssl nginx certbot-y +apt-get update && apt-get install curl jq dnsutils openssl nginx certbot -y systemctl enable --now nginx LOCAL_IP=$(hostname -I | awk '{print $1}')