summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-01-09 02:57:53 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-01-09 02:57:53 +0100
commite842ecc536ce641384ea9ab4f442527153d02e91 (patch)
tree1a4591af927d85d6c72660b1eddcd82f3b229b92
parentf189d88af4e56eeaedffa072a22e565b73093013 (diff)
downloadap01-e842ecc536ce641384ea9ab4f442527153d02e91.tar
ap01-e842ecc536ce641384ea9ab4f442527153d02e91.tar.gz
ap01-e842ecc536ce641384ea9ab4f442527153d02e91.tar.bz2
ap01-e842ecc536ce641384ea9ab4f442527153d02e91.tar.xz
ap01-e842ecc536ce641384ea9ab4f442527153d02e91.zip
...
-rw-r--r--files/files/usr/local/sbin/dayled.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/files/files/usr/local/sbin/dayled.sh b/files/files/usr/local/sbin/dayled.sh
index 07f9dc8..bc95390 100644
--- a/files/files/usr/local/sbin/dayled.sh
+++ b/files/files/usr/local/sbin/dayled.sh
@@ -19,5 +19,3 @@ while
19 act "${1:-wait}" 19 act "${1:-wait}"
20 [ "${1:-wait}" = "wait" ] 20 [ "${1:-wait}" = "wait" ]
21do :; done 21do :; done
22 act wait
23done