Skip to content

Commit edb8268

Browse files
authored
Update zphisher.sh
Decrement in sleep by 1 sec & typos changes.
1 parent 171ef71 commit edb8268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zphisher.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ cusport() {
369369
PORT=${CU_P}
370370
echo ""
371371
else
372-
echo -ne "\n${RED}[${WHITE}!${RED}]${RED} Invalid 4-digit Port, Try Again...${WHITE}"
373-
{ sleep 3; clear; banner; cusport; }
372+
echo -ne "\n\n${RED}[${WHITE}!${RED}]${RED} Invalid 4-digit Port : $CU_P, Try Again...${WHITE}"
373+
{ sleep 2; clear; banner; cusport; }
374374
fi
375375
elif [[ ${P_ANS} =~ ^([Nn])$ ]];then
376376
echo -ne "\n\n${RED}[${WHITE}-${RED}]${BLUE} Using Default Port : $PORT...${WHITE}"

0 commit comments

Comments
 (0)