aboutsummaryrefslogtreecommitdiffstats
path: root/bin/run-daily
diff options
context:
space:
mode:
Diffstat (limited to 'bin/run-daily')
-rwxr-xr-xbin/run-daily2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/run-daily b/bin/run-daily
index a70cb95..e362e3a 100755
--- a/bin/run-daily
+++ b/bin/run-daily
@@ -1,6 +1,6 @@
#!/bin/sh
-cd /srv/scraper/postjournaler
+cd $(dirname $0)/..
for scraper in $(grep '# Run: daily' scrapersources/*|cut -d: -f1|cut -d/ -f2); do
echo