diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index ec9e5244..3a630dc6 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -143,7 +143,9 @@ EOM # The runUnattended flag is one example of this repair=false runUnattended=false -PIHOLE_SKIP_FTL_CHECK=false +if [ -z "$PIHOLE_SKIP_FTL_CHECK" ]; then + PIHOLE_SKIP_FTL_CHECK=false +fi # Check arguments for the undocumented flags for var in "$@"; do case "$var" in