mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-25 22:30:17 +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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue