Merge pull request #1962 from floek/master

Fixes https://github.com/pi-hole/pi-hole/issues/1772
This commit is contained in:
Mark Drobnak 2018-02-14 13:02:56 -05:00 committed by GitHub
commit 3472241289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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