docs: include so links to wiki, update SLEEP_TIME default
SLEEP_TIME is now 6 hours instead of 3 because of the default TIMESPAN of 6 hours.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
SLEEP_TIME=${SLEEP_TIME:-10800}
|
||||
SLEEP_TIME=${SLEEP_TIME:-21600}
|
||||
|
||||
while true; do
|
||||
DATE=$(date)
|
||||
|
||||
Reference in New Issue
Block a user