From cd17040f959551fbc3250a4565e5fe547f595073 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 5 Feb 2023 17:20:52 +0000 Subject: [PATCH] setupVars.conf not existing is no longer a critical error Signed-off-by: Adam Warner --- gravity.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gravity.sh b/gravity.sh index e914732a..515927e8 100755 --- a/gravity.sh +++ b/gravity.sh @@ -46,10 +46,6 @@ curl_connect_timeout=10 setupVars="${piholeDir}/setupVars.conf" if [[ -f "${setupVars}" ]];then source "${setupVars}" -else - echo -e " ${COL_LIGHT_RED}Installation Failure: ${setupVars} does not exist! ${COL_NC} - Please run 'pihole -r', and choose the 'reconfigure' option to fix." - exit 1 fi # Set up tmp dir variable in case it's not configured