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}')