mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 06:36:41 +00:00
cleanup scripts: packages/ vfd-clock
This commit is contained in:
parent
f925c46910
commit
9d8a6366e5
@ -4,8 +4,7 @@
|
||||
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
do_start() {
|
||||
while sleep 1
|
||||
do
|
||||
while sleep 1; do
|
||||
printf "%4s" "$(date +'%l %M' | tr -d '[:space:]')" >"$LED_PATH_TEXT"
|
||||
if [ "$LED_COLON" = "off" ]; then
|
||||
echo "1" >"$LED_PATH_COLON"
|
||||
|
Loading…
x
Reference in New Issue
Block a user