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