diff options
author | Steven Barth <steven@midlink.org> | 2008-04-27 11:10:09 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-27 11:10:09 +0000 |
commit | e895253a9b6b165f94af3480de59020617b7117c (patch) | |
tree | dd2438003c28a2b63b1e07d0e6781aac69bc3c03 /contrib/package/ffluci-splash/src/luci_splash.cron | |
parent | ace012a0325a4ad2249b137a0d7c7edcc2a71f54 (diff) |
* Fixed broken commit
Diffstat (limited to 'contrib/package/ffluci-splash/src/luci_splash.cron')
-rw-r--r-- | contrib/package/ffluci-splash/src/luci_splash.cron | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/package/ffluci-splash/src/luci_splash.cron b/contrib/package/ffluci-splash/src/luci_splash.cron new file mode 100644 index 0000000000..eae4294741 --- /dev/null +++ b/contrib/package/ffluci-splash/src/luci_splash.cron @@ -0,0 +1,2 @@ +#!/bin/sh +[ "$(date +%M | cut -c2)" == "5" ] && luci-splash sync
\ No newline at end of file |