mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-05 13:40:56 +00:00
Merge pull request #2564 from floek/development
Add a blank after printf to avoid 'Command not found' error
This commit is contained in:
commit
b984fc4e0e
@ -2460,7 +2460,7 @@ main() {
|
|||||||
# 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
|
||||||
printf" %b Skipping free disk space verification\\n" "${INFO}"
|
printf " %b Skipping free disk space verification\\n" "${INFO}"
|
||||||
else
|
else
|
||||||
verifyFreeDiskSpace
|
verifyFreeDiskSpace
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user