Update mosyle-attributes.sh

This commit is contained in:
Michael
2023-10-10 18:04:07 +01:00
committed by GitHub
parent ab2fd966ef
commit 8dd4c2dabc

View File

@@ -1,5 +1,11 @@
echo
echo
echo
echo Self Service Version:
defaults read /Applications/Self-Service.app/Contents/Info CFBundleShortVersionString
echo
echo
#KERNELPANICS
PanicLogCount=$(/usr/bin/find /Library/Logs/DiagnosticReports -Btime -7 -name *.panic | grep . -c)
/bin/echo Kernel Panics Logged":" "$PanicLogCount"