mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-05-09 10:18:22 +02:00
fixed -> Wrong indentation type(spaces instead of tabs)
This commit is contained in:
parent
e144a93ae6
commit
6f1ef9325d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user