mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +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)
|
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
do_start() {
|
do_start() {
|
||||||
while sleep 1
|
while sleep 1; do
|
||||||
do
|
|
||||||
printf "%4s" "$(date +'%l %M' | tr -d '[:space:]')" >"$LED_PATH_TEXT"
|
printf "%4s" "$(date +'%l %M' | tr -d '[:space:]')" >"$LED_PATH_TEXT"
|
||||||
if [ "$LED_COLON" = "off" ]; then
|
if [ "$LED_COLON" = "off" ]; then
|
||||||
echo "1" >"$LED_PATH_COLON"
|
echo "1" >"$LED_PATH_COLON"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user