This commit is contained in:
poslop
2025-06-25 13:38:19 -05:00
parent b545984d6f
commit 32965bcddb

View File

@@ -2,9 +2,9 @@
set -e set -e
# Ensure the script is run as root # 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." echo "You must be root to do this." 1>&2
   exit 1 exit 100
fi fi
# Set your target disk here # Set your target disk here