mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-25 06:10:20 +00:00
Merge pull request #754 from pi-hole/fix/bashConditional
fix/bashConditional
This commit is contained in:
commit
91b948332e
1 changed files with 1 additions and 1 deletions
|
@ -917,7 +917,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
|
||||||
|
|
Loading…
Reference in a new issue