mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-12-16 08:57:03 +01:00
fixed -> Wrong indentation type(spaces instead of tabs)
This commit is contained in:
@@ -399,7 +399,6 @@ function installQuestions() {
|
||||
done
|
||||
echo ""
|
||||
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"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user