add new client=''

This commit is contained in:
Leon Vita 2022-09-02 01:08:31 +01:00
parent 19c859f66c
commit 3b55b3409a
1 changed files with 3 additions and 3 deletions

6
gen.sh
View File

@ -32,12 +32,12 @@ check_ip () {
do
if [[ "$ip" == "$user_input" ]];then
echo "ip exist"
ip_checked= return 1
exit 0
checked= return 1
exit 0
fi
done
#Checking if the ip net exist do this:
if [[ $i -ne 1 ]]
if [[ $checked -ne 1 ]]
then
echo "Ip Accepted:"
sleep 2