mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-22 05:51:15 +00:00
fix/bashConditional
This commit is contained in:
parent
5966d76e9a
commit
d1a7fe2d44
@ -926,7 +926,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 New Issue
Block a user