Update info-dumper.sh

Allow users to see the actual data being sent (remove # before cat)
This commit is contained in:
K9T33NwthTookThis 2025-07-13 23:26:33 +01:00 committed by GitHub
parent 8db7add11d
commit 003084c8da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ getent passwd | while IFS=: read -r name _ uid _ _ _ _; do
awk -v user="$name" '{gsub(user, "[REDACTED]"); print}' /tmp/rpc-dump.txt | tee /tmp/rpc-dump-stripped.txt &>/dev/null awk -v user="$name" '{gsub(user, "[REDACTED]"); print}' /tmp/rpc-dump.txt | tee /tmp/rpc-dump-stripped.txt &>/dev/null
done done
# cat /tmp/rpc-dump-stripped.txt cat /tmp/rpc-dump-stripped.txt
rm /tmp/rpc-dump.txt rm /tmp/rpc-dump.txt
printf " printf "