mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-20 10:16:51 +00:00
Fix bash warning.
This commit is contained in:
parent
5966d76e9a
commit
1949e8b636
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue