ucentral: development update

* led blink command was not going back to normal state upon completion

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2021-07-26 16:51:58 +02:00
parent 8e3bac05db
commit e964a23554

View File

@@ -4,5 +4,5 @@ timeout=$1
/etc/init.d/led blink
sleep $1
/etc/init.d/led normal
/etc/init.d/led turnon
exit 0