mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-05-09 10:18:22 +02:00
Merge 9c8c84896580a09d419a1f43a9958ca3e835ae94 into e2d4990ae194e37fd5162168a8aac5e2d89e0e8d
This commit is contained in:
commit
98331a633c
@ -1114,7 +1114,7 @@ function newClient() {
|
|||||||
if [[ $CLIENTEXISTS == '1' ]]; then
|
if [[ $CLIENTEXISTS == '1' ]]; then
|
||||||
echo ""
|
echo ""
|
||||||
echo "The specified client CN was already found in easy-rsa, please choose another name."
|
echo "The specified client CN was already found in easy-rsa, please choose another name."
|
||||||
exit
|
exit 1
|
||||||
else
|
else
|
||||||
cd /etc/openvpn/easy-rsa/ || return
|
cd /etc/openvpn/easy-rsa/ || return
|
||||||
case $PASS in
|
case $PASS in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user