Skip to content

Commit ee7a6e6

Browse files
authored
CU_PORT
Minor changes in custom port
1 parent 6ea1afd commit ee7a6e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

zphisher.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,13 +370,15 @@ cusport() {
370370
echo ""
371371
else
372372
echo -ne "\n${RED}[${WHITE}!${RED}]${RED} Invalid 4-digit Port, Try Again...${WHITE}"
373-
{ clear; banner; cusport; }
373+
sleep 3
374+
{ clear; banner; cusport; }
374375
fi
375376
elif [[ ${P_ANS} =~ ^([Nn])$ ]];then
376377
echo -ne "\n\n${RED}[${WHITE}-${RED}]${BLUE} Using Default Port : $PORT...${WHITE}"
377378
echo ""
378379
else
379-
echo -ne "\n${RED}[${WHITE}!${RED}]${RED} Invalid Option, Try Again...${WHITE}"
380+
echo ""
381+
echo -ne "\n${RED}[${WHITE}!${RED}]${RED} Invalid Option, Try Again...${WHITE}"
380382
cusport
381383
fi
382384
}

0 commit comments

Comments
 (0)