mirror of https://github.com/OpenIPC/firmware.git
[no ci] overlay-files: update resetd log messages (#1188)
Co-authored-by: Signor Pellegrino <68112357+FlyRouter@users.noreply.github.com>pull/1190/head
parent
6e3b7ace45
commit
230b5e28a6
|
@ -3,7 +3,7 @@
|
||||||
# Set Reset switch GPIO
|
# Set Reset switch GPIO
|
||||||
GPIO=
|
GPIO=
|
||||||
|
|
||||||
[ -z $GPIO ] && echo "GPIO not set. Exiting" && echo "[resetd] GPIO undefined in /usr/sbin/resetd" > /dev/kmsg && exit
|
[ -z $GPIO ] && echo "GPIO pin for resetd is not set" && echo "[resetd] GPIO undefined in /usr/sbin/resetd" > /dev/kmsg && exit
|
||||||
|
|
||||||
# Counter for button press until reset
|
# Counter for button press until reset
|
||||||
count=0
|
count=0
|
||||||
|
|
Loading…
Reference in New Issue