aboutsummaryrefslogtreecommitdiffstats
path: root/bin/install-as-user
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2013-12-11 10:04:46 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2013-12-11 10:04:46 +0000
commit7628dc67ad06a96c2ee18accc8c8b4f4109b1cae (patch)
treeab3091e7a11aa410bcd3c70fdbf26dbee5a3299b /bin/install-as-user
parentafffa34c92422996fe0a85c09e882fcea945e1cd (diff)
Update path with new crontab location.
Diffstat (limited to 'bin/install-as-user')
-rwxr-xr-xbin/install-as-user2
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" \