This commit is contained in:
poslop
2025-06-25 13:34:39 -05:00
parent 85c87c1e4a
commit b545984d6f

View File

@@ -2,7 +2,7 @@
set -e
# Ensure the script is run as root
if [[ $EUID -ne 0 ]]; then
if [ $EUID -ne 0 ] then
   echo "❌ This script must be run as root. Please use sudo."
   exit 1
fi