Merge pull request #754 from pi-hole/fix/bashConditional

fix/bashConditional
pull/757/head
Dan Schaper 8 years ago committed by GitHub
commit 91b948332e

@ -917,7 +917,7 @@ fi
# Start the installer
# Verify there is enough disk space for the install
if [ $1 = "--i_do_not_follow_recommendations" ]; then
if [[ $1 = "--i_do_not_follow_recommendations" ]]; then
echo "::: ----i_do_not_follow_recommendations passed to script"
echo "::: skipping free disk space verification!"
else

Loading…
Cancel
Save