From d8c9af4961997964b25205498485ac44a4bd663b Mon Sep 17 00:00:00 2001 From: K9T33NwthTookThis <127902233+K9T33NwthTookThis@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:01:35 +0100 Subject: [PATCH] Update info-dumper.sh should be the same but its different ?? --- info-dumper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info-dumper.sh b/info-dumper.sh index 910aadb..1cea45b 100644 --- a/info-dumper.sh +++ b/info-dumper.sh @@ -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 @@ -33,4 +33,4 @@ done clear cat /tmp/rpc-dump.txt -curl -F'file=@/tmp/rpc-dump.txt' -A "raspberry-pi-community info reporter, " https://0x0.st +curl -F'file=@/tmp/rpc-dump.txt' -A "raspberry-pi-community info reporter, " https://0x0.st \ No newline at end of file