mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-05-17 05:14:15 +02:00
Forgot a
This commit is contained in:
parent
a84c3adeab
commit
3884b01503
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,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 [[ "${skipSpaceCheck}" ==true ]]; then
|
if [[ "${skipSpaceCheck}" == true ]]; then
|
||||||
echo "::: --i_do_not_follow_recommendations passed to script, skipping free disk space verification!"
|
echo "::: --i_do_not_follow_recommendations passed to script, skipping free disk space verification!"
|
||||||
else
|
else
|
||||||
verifyFreeDiskSpace
|
verifyFreeDiskSpace
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue