summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant2018-07-04 16:26:16 +0000
committerKevin Darbyshire-Bryant2018-07-08 08:41:53 +0000
commitedf338f248a270f5fd85edc04775ec5ed6d46bca (patch)
treecb17705cddd97da277e03b99708a68a8773ea06f
parent647614803473757e3b2d93d46938afccd61a5a5d (diff)
downloadopenwrt-edf338f248a270f5fd85edc04775ec5ed6d46bca.tar.gz
basefiles: Reword sysupgrade message
sysupgrade 'upgrade' message more verbose than needs be. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
-rwxr-xr-xpackage/base-files/files/sbin/sysupgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/sbin/sysupgrade b/package/base-files/files/sbin/sysupgrade
index bf5428af25..482be068d9 100755
--- a/package/base-files/files/sbin/sysupgrade
+++ b/package/base-files/files/sbin/sysupgrade
@@ -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'