Merge 9c8c84896580a09d419a1f43a9958ca3e835ae94 into e2d4990ae194e37fd5162168a8aac5e2d89e0e8d

This commit is contained in:
Karol Grodzicki 2025-02-05 18:03:33 +07:00 committed by GitHub
commit 98331a633c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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