mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 05:20:02 +08:00
Shellcheck
This commit is contained in:
parent
40b18ba644
commit
0d26eca7bd
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user