Skip to content

Commit

Permalink
Update zphisher.sh
Browse files Browse the repository at this point in the history
Decrement in sleep by 1 sec & typos changes.
  • Loading branch information
E343IO authored Sep 26, 2022
1 parent 171ef71 commit edb8268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zphisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@ cusport() {
PORT=${CU_P}
echo ""
else
echo -ne "\n${RED}[${WHITE}!${RED}]${RED} Invalid 4-digit Port, Try Again...${WHITE}"
{ sleep 3; clear; banner; cusport; }
echo -ne "\n\n${RED}[${WHITE}!${RED}]${RED} Invalid 4-digit Port : $CU_P, Try Again...${WHITE}"
{ sleep 2; clear; banner; cusport; }
fi
elif [[ ${P_ANS} =~ ^([Nn])$ ]];then
echo -ne "\n\n${RED}[${WHITE}-${RED}]${BLUE} Using Default Port : $PORT...${WHITE}"
Expand Down

0 comments on commit edb8268

Please sign in to comment.