aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2014-12-19 14:11:08 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2014-12-19 14:11:08 +0000
commit5b0d1824e7a057d4e65d33a052c2c3d9e795b4c9 (patch)
treea561162ce72787eb69ce7f15990f6a6d45709397
parent00090170f96ae43f521ce29a3731859ca5f6738a (diff)
Update UNIX_USER on installation setup of crontab.
Fixes #974.
-rwxr-xr-xbin/install-as-user1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/install-as-user b/bin/install-as-user
index ebff69ed2..ef97a41b3 100755
--- a/bin/install-as-user
+++ b/bin/install-as-user
@@ -65,6 +65,7 @@ if [ ! "$DEVELOPMENT_INSTALL" = true ]; then
sed -i \
-e 's,$FMS,'"$REPOSITORY,g" \
-e 's,$LOCK_DIR,'"$DIRECTORY,g" \
+ -e 's,$UNIX_USER,'"$UNIX_USER,g" \
"$TEMPORARY_CRONTAB"
crontab $TEMPORARY_CRONTAB
echo $DONE_MSG