From 0a47a6e9b232b5f597ede20170efba5159708e4d Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Fri, 22 May 2020 23:21:27 -0500 Subject: [PATCH] Show message at end of sxmo_upgrade.sh and leave terminal open via read --- scripts/core/sxmo_upgrade.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/core/sxmo_upgrade.sh b/scripts/core/sxmo_upgrade.sh index 9bac5c8..9663418 100755 --- a/scripts/core/sxmo_upgrade.sh +++ b/scripts/core/sxmo_upgrade.sh @@ -4,3 +4,6 @@ sudo apk update echo "Upgrading all packages" sudo apk upgrade + +echo "Upgrade complete - reboot for all change to take effect" +read