From a944b6ff79cf68687c34b6c9581376f41367f1d7 Mon Sep 17 00:00:00 2001 From: Florian Freund Date: Mon, 12 Feb 2018 21:28:43 +0100 Subject: [PATCH] Fixes https://github.com/pi-hole/pi-hole/issues/1772 --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 832fd77b..11aaaf5e 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1939,7 +1939,7 @@ main() { for var in "$@"; do case "$var" in "--reconfigure" ) reconfigure=true;; - "--i_do_not_follow_recommendations" ) skipSpaceCheck=false;; + "--i_do_not_follow_recommendations" ) skipSpaceCheck=true;; "--unattended" ) runUnattended=true;; esac done