We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4128ef0 commit 9cafdaeCopy full SHA for 9cafdae
1 file changed
packages/bsp/common/usr/bin/armbianmonitor
@@ -977,7 +977,7 @@ CollectSupportInfo() {
977
echo -e "\n"
978
[[ "$(id -u)" -eq "0" ]] && for sysfsnode in /proc/sys/vm/*; do sysctl $(echo ${sysfsnode} | sed 's|/proc/sys/vm/|vm.|'); done
979
echo -e "\n### interrupts:\n$(cat /proc/interrupts)"
980
- ls /tmp/armbianmonitor_checks_* > /dev/null 2>&1 || return
+ ls /tmp/armbianmonitor_checks_* > /dev/null 2>&1 || return 0
981
for file in /tmp/armbianmonitor_checks_*; do
982
echo -e "\n### \c"
983
ls "${file}" | cut -f1 -d.
0 commit comments