diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 81209037..0a84899f 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1957,7 +1957,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