mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-07-01 20:14:22 +02:00
翻译
This commit is contained in:
parent
c5550f28c2
commit
6ad5ec8ace
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user