diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-09 02:57:53 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-01-09 02:57:53 +0100 |
commit | e842ecc536ce641384ea9ab4f442527153d02e91 (patch) | |
tree | 1a4591af927d85d6c72660b1eddcd82f3b229b92 | |
parent | f189d88af4e56eeaedffa072a22e565b73093013 (diff) | |
download | ap01-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.sh | 2 |
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" ] |
21 | do :; done | 21 | do :; done |
22 | act wait | ||
23 | done | ||