diff options
Diffstat (limited to 'script/make-crontab')
| -rwxr-xr-x | script/make-crontab | 2 | 
1 files changed, 1 insertions, 1 deletions
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)  | 
