style(HELPERSCRIPTS): change results banner format to match others

This commit is contained in:
Asif Bacchus 2021-01-15 05:19:52 -07:00
parent cbaadc40c4
commit d29bff3324
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ if [ "$doScriptUpdate" -eq 1 ]; then
fi
### display results
printf "\n%sResults:%s\n" "$info" "$norm"
printf "\n%s*** Results ***%s\n" "$info" "$norm"
printf "\tUpdates: %s available\n" "$updatesAvailable"
printf "\tDownloads: %s%s successful%s, %s%s failed%s\n" "$ok" "$downloadSuccess" "$norm" "$err" "$downloadFailed" "$norm"
printf "\tUpdates: %s%s applied%s, %s%s failed%s\n" "$ok" "$updateSuccess" "$norm" "$err" "$updateFailed" "$norm"