From 7628dc67ad06a96c2ee18accc8c8b4f4109b1cae Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Wed, 11 Dec 2013 10:04:46 +0000 Subject: Update path with new crontab location. --- bin/install-as-user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/install-as-user') 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" \ -- cgit v1.2.3