Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 0e19438

Browse files
committed
Disabled postinstall which inits the bandwidth parser
Docker-DCO-1.1-Signed-off-by: Sam Alba <[email protected]> (github: samalba)
1 parent 8ca9203 commit 0e19438

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

postinstall renamed to _postinstall

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
# DISABLED
4+
35
crontab - <<EOF
46
# Run the bandwidth script every 12 hours
57
0 */12 * * * bash -lc "~/env/bin/python ~/scripts/bandwidth_parser.py /var/log/supervisor/access.log >/var/log/supervisor/cron-bandwidth-lastrun.log 2>&1"

0 commit comments

Comments
 (0)