This commit is contained in:
committer@tuxwarrior
2025-02-24 20:03:32 -05:00
parent 6fd0de2579
commit 4b5beb1398
2 changed files with 2 additions and 4 deletions

View File

@@ -25,7 +25,6 @@ this_file=curae.sh
# https://stackoverflow.com/questions/18215973/how-to-check-if-running-as-root-in-a-bash-script
#if [ "$EUID" -ne 0 ]
if [ $(id -u) -ne 0 ]
then echo "error: run as 'root'"
exit