Skip to content

Commit

Permalink
Merge a2b71ef into 8487b51
Browse files Browse the repository at this point in the history
  • Loading branch information
hamano committed Apr 21, 2016
2 parents 8487b51 + a2b71ef commit 3640de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ejabberdctl.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ "$INSTALLUSER" != "" ] ; then
mkdir -p "$INSTALLUSER_HOME"
chown "$INSTALLUSER" "$INSTALLUSER_HOME"
fi
EXEC_CMD="su $INSTALLUSER -c"
EXEC_CMD="su $INSTALLUSER --shell=/bin/bash -c"
fi
done
if [ `id -g` -eq `id -g $INSTALLUSER` ] ; then
Expand Down

0 comments on commit 3640de5

Please sign in to comment.