From 8e4c802ac5001c1759d3080ffba942e02f6c4cde Mon Sep 17 00:00:00 2001 From: Konano Date: Wed, 18 Sep 2024 03:52:45 +0800 Subject: [PATCH] minor --- configure_priv.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configure_priv.sh b/configure_priv.sh index 31bdd2b..994f860 100755 --- a/configure_priv.sh +++ b/configure_priv.sh @@ -265,6 +265,7 @@ configure_nginx() { if confirm_action "要安装 nginx 吗?" "Y"; then sudo apt update sudo apt install nginx=1.20.2-1~$(lsb_release -cs) -y + echo "别忘了把 /etc/nginx/sites-enabled 中的配置文件移动到 /etc/nginx/conf.d 中" fi }