Merge pull request #2564 from floek/development

Add a blank after printf to avoid 'Command not found' error
This commit is contained in:
Dan Schaper
2018-12-25 00:12:50 -08:00
committed by GitHub

View File

@ -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