diff options
Diffstat (limited to 'bin/install-as-user')
-rwxr-xr-x | bin/install-as-user | 1 |
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 |