1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-23 07:18:07 +00:00

Too many -s

This commit is contained in:
Adam Warner 2016-10-07 13:09:27 +01:00
parent 91b948332e
commit 6a28070017

View File

@ -918,7 +918,7 @@ fi
# Start the installer # Start the installer
# Verify there is enough disk space for the install # 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 "::: --i_do_not_follow_recommendations passed to script"
echo "::: skipping free disk space verification!" echo "::: skipping free disk space verification!"
else else
verifyFreeDiskSpace verifyFreeDiskSpace