diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-03 02:12:08 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-03 02:12:08 -0400 |
| commit | 527d5134771b1f62acecd203f3dd703cd93f3443 (patch) | |
| tree | 58b236bb72115d42ae3b67a567fead8fbcfa321b | |
| parent | c6157babb145a9ecf3f92ed43b0f01cf29a77482 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index a16804e3..42c1e04b 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -323,7 +323,7 @@ iabak = host "iabak.archiveteam.org" & Apt.installed ["sudo"] & File.containsLine "/etc/sudoers" "www-data ALL=NOPASSWD:/usr/local/IA.BAK/pushed.sh" & Cron.niceJob "shardstats" (Cron.Times "*/30 * * * *") "root" "/" - "/usr/local/IA.BAK/shardstats SHARD1" + "/usr/local/IA.BAK/shardstats-all" where repo = "https://github.com/ArchiveTeam/IA.BAK/" |
