From c1736ea2ae507ee36d9657a4fde944222280676f Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Mon, 19 Feb 2018 09:58:04 +0100 Subject: [PATCH] Add an extra message to notify about usage of newer update script. --- home/bin/update-profile | 1 + 1 file changed, 1 insertion(+) diff --git a/home/bin/update-profile b/home/bin/update-profile index 5f2eeb9..e0e597d 100755 --- a/home/bin/update-profile +++ b/home/bin/update-profile @@ -46,6 +46,7 @@ fi # Use new profile update script instead # Putting exit 0 on same line here for security since the old script # will be deleted. + echo "Using newer profile update script." _CHECKOUT_DONE=1 home/bin/update-profile && exit 0 fi fi