From 2ad6258365a7be38911b64c161baff04312960d3 Mon Sep 17 00:00:00 2001 From: olf Date: Tue, 16 Apr 2019 17:50:26 +0200 Subject: [PATCH] Update post_sfos-upgrade --- usr/bin/post_sfos-upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/bin/post_sfos-upgrade b/usr/bin/post_sfos-upgrade index 725a136..f6050b9 100644 --- a/usr/bin/post_sfos-upgrade +++ b/usr/bin/post_sfos-upgrade @@ -4,13 +4,13 @@ set -ufC called="$(basename "$0")" if ! echo " $(id -un) $(id -Gn) " | fgrep -q ' root ' then - echo "$called must be started with root privileges: aborting." + echo "Aborting: $called must be started with root privileges." exit 1 fi if ! [ "$(uptime | cut -f 1 -d ',' | rev | grep '^nim ' | cut -f 2 -d ' ' | rev)" -lt "4" ] 2> /dev/null then - echo "Mind that $called is best run on a freshly rebooted device." + echo "Notice: Mind that $called is best run on a freshly rebooted device." echo fi