Fix power LED status indication
This commit is contained in:
parent
50cf4d5634
commit
745fa3aa02
1 changed files with 2 additions and 1 deletions
|
@ -98,6 +98,7 @@ while [ $counter -lt 60 ]
|
|||
fi
|
||||
fi
|
||||
counter=$(( counter + 1 ))
|
||||
powerled $(( counter % 2 ))
|
||||
/bin/sleep 1 # Wait for a second before re-trying
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue