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 ""
echo "A client with the specified name was already created, please choose another name." echo "A client with the specified name was already created, please choose another name."
echo "" echo ""
exit 1
fi fi
done done