diff options
Diffstat (limited to 'dfly-update')
-rwxr-xr-x | dfly-update | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dfly-update b/dfly-update index 769f32f..68efc99 100755 --- a/dfly-update +++ b/dfly-update @@ -525,7 +525,7 @@ cleanup() { fi done < ${tmpfile} rm -f ${tmpfile} - echo " => DONE" + echo "DONE" } # Post-upgrade checking and report: @@ -538,10 +538,10 @@ postupgrade() { echo "+---------------------------------------------------------+" find /etc -name "*.${NEW_SUF}" | sort - echo "+=========================================================+" + echo "+---------------------------------------------------------+" echo "Upgrade the packages by:" echo " # pkg upgrade -f" - echo "" + echo "+=========================================================+" } |