From 6ad5ec8aced442c9332d8a961d62523b1f0a7fb9 Mon Sep 17 00:00:00 2001 From: Nao_ke <43508005+Nouko61@users.noreply.github.com> Date: Thu, 7 May 2020 09:35:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 44abb5f..abe4137 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -194,7 +194,7 @@ function installQuestions() { esac fi echo "" - echo "你想允许多人连接同一个账号吗?" + echo "你想允许多人连接同一个账号吗?如果选择n,则需要给每个人分配一个账号。" until [[ $MULTI_USER =~ (y|n) ]]; do read -rp"允许多人 [y/n]: " -e -i y MULTI_USER done