Compare commits

..

2 Commits

Author SHA1 Message Date
K9T33NwthTookThis
7316d178dc
Merge pull request #2 from K9T33NwthTookThis/K9T33NwthTookThis-patch-1
Update info-dumper.sh
2025-06-27 21:51:22 +01:00
K9T33NwthTookThis
b954679d1b
Update info-dumper.sh
Add uname -a to know which pi model or device being used
2025-06-27 21:47:19 +01:00

View File

@ -6,6 +6,8 @@ if [[ $EUID -ne 0 ]]; then
fi
printf "version info:" > /tmp/rpc-dump.txt
# pi model/device
uname -a >> /tmp/rpc-dump.txt
cat /proc/version >> /tmp/rpc-dump.txt
printf "\n journalctl:" >> /tmp/rpc-dump.txt