mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-03-04 07:48:34 +00: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
2e36bdbf15
commit
f3059d1239
1 changed files with 3 additions and 1 deletions
|
@ -141,7 +141,9 @@ EOM
|
||||||
# The runUnattended flag is one example of this
|
# The runUnattended flag is one example of this
|
||||||
repair=false
|
repair=false
|
||||||
runUnattended=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
|
# Check arguments for the undocumented flags
|
||||||
for var in "$@"; do
|
for var in "$@"; do
|
||||||
case "$var" in
|
case "$var" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue