Update info-dumper.sh

should be the same but its different ??
This commit is contained in:
K9T33NwthTookThis 2025-06-23 23:01:35 +01:00 committed by GitHub
parent 6e4184f3f3
commit d8c9af4961
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
#!/bin/bash
if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root"
printf "This script must be run as root"
exit 1
fi