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 #!/bin/bash
if [[ $EUID -ne 0 ]]; then if [[ $EUID -ne 0 ]]; then
echo "This script must be run as root" printf "This script must be run as root"
exit 1 exit 1
fi fi
@ -33,4 +33,4 @@ done
clear clear
cat /tmp/rpc-dump.txt cat /tmp/rpc-dump.txt
curl -F'file=@/tmp/rpc-dump.txt' -A "raspberry-pi-community info reporter, <cameron@humaneyestudio.co.uk>" https://0x0.st curl -F'file=@/tmp/rpc-dump.txt' -A "raspberry-pi-community info reporter, <cameron@humaneyestudio.co.uk>" https://0x0.st