Skip to content

Commit

Permalink
new home dir for LOGUSER
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Sep 9, 2015
1 parent bbe7c7a commit 3ce1d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai-setup
Expand Up @@ -71,7 +71,7 @@ add_fai_account() {
return
fi

adduser --system --disabled-password --home /var/log/fai --gecos "FAI account for log files" --shell /bin/sh $LOGUSER
adduser --system --disabled-password --home /var/log/fai/remote-logs --gecos "FAI account for remote log files" --shell /bin/sh $LOGUSER
# get the home dir of a user in a variable; do not exit when set -e is used
# loguserhome is unset if $LOGUSER does not exists
# this is not a evil hack, it's a very clever piece of code
Expand Down

0 comments on commit 3ce1d20

Please sign in to comment.