Unverified Commit 1c73bd0f authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Shellcheck

parent 2b49ae0e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@ while true; do
  sleep 1

  result=$(cat /proc/interrupts | grep NMI)
  result=$(echo $result | sed 's/[^0-9]*//g')
  result=$(echo $result | sed 's/^0*//')
  result=$(echo "$result" | sed 's/[^0-9]*//g')
  result=$(echo "$result" | sed 's/^0*//')

  if [ "$result" != "" ]; then