From 90fa64e43061060af033d2e99ef7931d78927cea Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Wed, 12 Jun 2013 11:58:44 -0700 Subject: Move crontab.ugly to crontab-example --- script/make-crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/make-crontab') diff --git a/script/make-crontab b/script/make-crontab index 1b4fbabbd..d214f1485 100755 --- a/script/make-crontab +++ b/script/make-crontab @@ -5,7 +5,7 @@ mailto = "recipient-of-any-errors@localhost" user = "user-to-run-as" location = "/path/to/alaveteli" -template = open("config/crontab.ugly").read() +template = open("config/crontab-example").read() template = re.sub(r"MAILTO=.*", "MAILTO=%s" % mailto, template) template = template.replace("!!(*= $user *)!!", user) template = re.sub(r"/data/vhost/.*/script", location + "/script", template) -- cgit v1.2.3