diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-09 03:08:34 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-09 03:08:34 +0100 |
commit | d5bce1a7d247db608e7d1a1b89028b591218a67f (patch) | |
tree | 034ed4fd404e7c03743987205c5b1538452239f0 /files | |
parent | 4f8ee8b2598e2c639d81edba0c49510d150d4e94 (diff) | |
download | ap01-d5bce1a7d247db608e7d1a1b89028b591218a67f.tar ap01-d5bce1a7d247db608e7d1a1b89028b591218a67f.tar.gz ap01-d5bce1a7d247db608e7d1a1b89028b591218a67f.tar.bz2 ap01-d5bce1a7d247db608e7d1a1b89028b591218a67f.tar.xz ap01-d5bce1a7d247db608e7d1a1b89028b591218a67f.zip |
...
Diffstat (limited to 'files')
-rw-r--r-- | files/files/etc/hotplug.d/ntp/99-dayled | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/files/etc/hotplug.d/ntp/99-dayled b/files/files/etc/hotplug.d/ntp/99-dayled index 6dcaadc..adbe479 100644 --- a/files/files/etc/hotplug.d/ntp/99-dayled +++ b/files/files/etc/hotplug.d/ntp/99-dayled | |||
@@ -2,6 +2,8 @@ | |||
2 | 2 | ||
3 | /etc/init.d/dayled stop | 3 | /etc/init.d/dayled stop |
4 | 4 | ||
5 | [ "$(cat /sys/class/leds/blue\:dome/brightness)" -eq 0 ] || sleep 5 | ||
6 | |||
5 | /usr/local/sbin/dayled.sh poll | 7 | /usr/local/sbin/dayled.sh poll |
6 | 8 | ||
7 | /etc/init.d/dayled start \ No newline at end of file | 9 | /etc/init.d/dayled start \ No newline at end of file |