From 6da064248be92be85c4e917271d6576d653db5f5 Mon Sep 17 00:00:00 2001 From: tuxwarrior Date: Wed, 1 May 2024 18:06:39 -0500 Subject: [PATCH] u --- scripts/99_software.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/99_software.sh b/scripts/99_software.sh index 2f75f84..59d29ab 100644 --- a/scripts/99_software.sh +++ b/scripts/99_software.sh @@ -9,7 +9,8 @@ echo "<< 99_software.sh >>" user=poq if [ "$EUID" -ne 0 ] then - echo "error: run as 'root'"; exit 1; + echo "error: run as 'root'" + exit fi this_file_name=`basename "$0"`