mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-22 22:23:41 +00:00
setupVars.conf not existing is no longer a critical error
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
parent
2784b267ec
commit
cd17040f95
1 changed files with 0 additions and 4 deletions
|
@ -46,10 +46,6 @@ curl_connect_timeout=10
|
||||||
setupVars="${piholeDir}/setupVars.conf"
|
setupVars="${piholeDir}/setupVars.conf"
|
||||||
if [[ -f "${setupVars}" ]];then
|
if [[ -f "${setupVars}" ]];then
|
||||||
source "${setupVars}"
|
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
|
fi
|
||||||
|
|
||||||
# Set up tmp dir variable in case it's not configured
|
# Set up tmp dir variable in case it's not configured
|
||||||
|
|
Loading…
Reference in a new issue