From 157d5380fe372c75c2d12fc9513c73b225afbc2b Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 10 Mar 2022 22:25:55 -0500 Subject: [PATCH] Update pihole-install.sh --- setup/pihole-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/pihole-install.sh b/setup/pihole-install.sh index 05686f50..74eae09a 100644 --- a/setup/pihole-install.sh +++ b/setup/pihole-install.sh @@ -28,7 +28,7 @@ BL=`echo "\033[36m"` CM='\xE2\x9C\x94\033' GN=`echo "\033[1;92m"` CL=`echo "\033[m"` -RETRY_NUM=5 +RETRY_NUM=10 RETRY_EVERY=3 NUM=$RETRY_NUM