diff options
author | Darkeye <postfach@martinmichel.info> | 2011-01-24 16:23:56 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-01-24 16:23:56 (GMT) |
commit | b24ca8d14eb8244f18288c429a0f6a69222c78d0 (patch) | |
tree | 0bd5b4993a414b892ea4f2ed500b3ca2bf49843c /files/etc/crontabs/root | |
parent | b6f2f51aef5938d585a4ad7aeb7666116c420c24 (diff) |
Splash Screen first implementation. Only wifi-ap is splashed. After click user can use the ap 6000 seconds. Splashed users stored in uci file
Diffstat (limited to 'files/etc/crontabs/root')
-rw-r--r-- | files/etc/crontabs/root | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/etc/crontabs/root b/files/etc/crontabs/root index cfac6b1..bf3cb9e 100644 --- a/files/etc/crontabs/root +++ b/files/etc/crontabs/root @@ -1 +1,2 @@ * * * * * /sbin/test_gateway > /dev/null +* * * * * /sbin/splash_sync > /dev/null |