From 8cc8cc137f618b39be9d46f6ccf3277b7d02f2bd Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 21 Mar 2018 09:59:18 +0800 Subject: Improve the post-update messages --- dfly-update | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dfly-update b/dfly-update index 678a861..ecd8c1f 100755 --- a/dfly-update +++ b/dfly-update @@ -551,10 +551,13 @@ postupgrade() { echo "+---------------------------------------------------------+" find -s /etc -name "*.${NEW_SUF}" | sort - echo "+---------------------------------------------------------+" - echo "Upgrade the packages by:" - echo " # pkg upgrade -f" - echo "+=========================================================+" + cat << _EOF_ ++---------------------------------------------------------+ +After manually merge the above files, reboot into the new +system, and upgrade the packages with: + # pkg upgrade -f ++=========================================================+ +_EOF_ } -- cgit v1.2.2