Merge pull request #2564 from floek/development

Add a blank after printf to avoid 'Command not found' error
pull/2574/head
Dan Schaper 5 years ago committed by GitHub
commit b984fc4e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2460,7 +2460,7 @@ main() {
# Start the installer
# Verify there is enough disk space for the install
if [[ "${skipSpaceCheck}" == true ]]; then
printf" %b Skipping free disk space verification\\n" "${INFO}"
printf " %b Skipping free disk space verification\\n" "${INFO}"
else
verifyFreeDiskSpace
fi

Loading…
Cancel
Save