This commit is contained in:
tuxwarrior
2024-05-01 18:07:41 -05:00
parent 6da064248b
commit 2651c572d8

View File

@@ -8,9 +8,8 @@ echo "<< 99_software.sh >>"
user=poq
if [ "$EUID" -ne 0 ] then
echo "error: run as 'root'"
exit
if [ "$EUID" -ne 0 ] ; then
echo "error: run as 'root'"; exit 1;
fi
this_file_name=`basename "$0"`