1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-06-01 03:00:47 +00:00

Exit if the client exists

This commit is contained in:
randomshell 2020-08-22 20:54:27 +00:00
parent a193f5ad78
commit 9a68ffa88b

View File

@ -252,6 +252,7 @@ function newClient() {
echo ""
echo "A client with the specified name was already created, please choose another name."
echo ""
exit 1
fi
done