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