aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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" \