mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-07-30 17:14:16 +02:00
Only set PIHOLE_SKIP_FTL_CHECK if not already set by env variable
Signed-off-by: Christian König <github@yubiuser.dev>
This commit is contained in:
parent
3f7f6f0294
commit
f67a8e5110
@ -156,7 +156,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user