basefiles: Reword sysupgrade message
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Wed, 4 Jul 2018 16:26:16 +0000 (17:26 +0100)
committerJohn Crispin <john@phrozen.org>
Wed, 8 Aug 2018 13:32:44 +0000 (15:32 +0200)
sysupgrade 'upgrade' message more verbose than needs be.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
(cherry picked from commit edf338f248a270f5fd85edc04775ec5ed6d46bca)

package/base-files/files/sbin/sysupgrade

index bf5428af259e414a3b9f402d5716b00c819ceb1d..482be068d9d9be3d740989f03c54df01719e7a90 100755 (executable)
@@ -267,7 +267,7 @@ fi
 run_hooks "" $sysupgrade_pre_upgrade
 
 install_bin /sbin/upgraded
-v "Commencing upgrade. All shell sessions will be closed now."
+v "Commencing upgrade. Closing all shell sessions."
 
 COMMAND='. /lib/functions.sh; include /lib/upgrade; do_upgrade_stage2'