From 952372536df74dee265c6e5466eb64bded9ec426 Mon Sep 17 00:00:00 2001 From: csantosh140 Date: Sat, 14 Dec 2024 11:36:14 +0530 Subject: [PATCH] Update zphisher.sh --- zphisher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zphisher.sh b/zphisher.sh index 8cc65912..bfe2f09f 100755 --- a/zphisher.sh +++ b/zphisher.sh @@ -279,7 +279,7 @@ download() { if [[ -e "$file" || -e "$output" ]]; then rm -rf "$file" "$output" fi - curl --silent --insecure --fail --retry-connrefused \ + url --silent --insecure --fail --retry-connrefused \ --retry 3 --retry-delay 2 --location --output "${file}" "${url}" if [[ -e "$file" ]]; then