[no ci] overlay-files: update resetd log messages

pull/1188/head
gtxaspec 2023-12-06 01:22:45 -08:00
parent 6aff0f84d2
commit 9c5028a27b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Set Reset switch 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
count=0