Commit 7ab77517 authored by Andrew Wright's avatar Andrew Wright Committed by andrew

JM-426: added -s /bin/bash to user creation line

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@3073 b35dd754-fafc-0310-a699-88a17e54d16e
parent 62a568f0
......@@ -33,7 +33,7 @@ cp $MESSENGER_HOME/bin/extra/jive-messengerd /etc/init.d
# Create the jive user and group
/usr/sbin/groupadd $MESSENGER_GROUP
/usr/sbin/useradd $MESSENGER_USER -g $MESSENGER_GROUP
/usr/sbin/useradd $MESSENGER_USER -g $MESSENGER_GROUP -s /bin/bash
# Change the permissions on the installtion directory
/bin/chown -R $MESSENGER_USER:$MESSENGER_GROUP $MESSENGER_HOME
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment