mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-05-09 10:18:22 +02:00
Update openvpn-install.sh
This commit is contained in:
parent
11caaf0ec6
commit
3fa51ae0dc
@ -356,7 +356,7 @@ function installQuestions() {
|
||||
fi
|
||||
done
|
||||
echo ""
|
||||
echo "Do you want the same client .ovpn file to connect multiple clients? (This will add 'duplicate-cn' in the server.conf) [y/n]: "
|
||||
read -rp "Do you want the same client .ovpn file to connect multiple clients? (This will add 'duplicate-cn' in the server.conf) [y/n]: " -e -i n MULTI_CLIENT_CHOICE
|
||||
|
||||
if [[ $MULTI_CLIENT_CHOICE =~ ^[Yy]$ ]]; then
|
||||
MULTI_CLIENT="y"
|
||||
|
Loading…
x
Reference in New Issue
Block a user