This commit is contained in:
tuxwarrior
2024-05-01 18:05:54 -05:00
parent 5ad527e4c1
commit 48f4f3c6b8

View File

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