diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2013-12-11 10:04:46 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2013-12-11 10:04:46 +0000 |
commit | 7628dc67ad06a96c2ee18accc8c8b4f4109b1cae (patch) | |
tree | ab3091e7a11aa410bcd3c70fdbf26dbee5a3299b /bin/install-as-user | |
parent | afffa34c92422996fe0a85c09e882fcea945e1cd (diff) |
Update path with new crontab location.
Diffstat (limited to 'bin/install-as-user')
-rwxr-xr-x | bin/install-as-user | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install-as-user b/bin/install-as-user index f8f1d1ee5..a7a3be9dc 100755 --- a/bin/install-as-user +++ b/bin/install-as-user @@ -61,7 +61,7 @@ if [ ! "$DEVELOPMENT_INSTALL" = true ]; then # Add regularly scheduled tasks to cron: TEMPORARY_CRONTAB=$(mktemp) echo crontab file is $TEMPORARY_CRONTAB - cp "$REPOSITORY"/conf/crontab.example "$TEMPORARY_CRONTAB" + cp "$REPOSITORY"/conf/crontab-example "$TEMPORARY_CRONTAB" sed -i \ -e 's,$FMS,'"$REPOSITORY,g" \ -e 's,$LOCK_DIR,'"$DIRECTORY,g" \ |