Commit 8c03422f authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Added space between the "-c" and the "$CMD" in the "su" arguments.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@939 b35dd754-fafc-0310-a699-88a17e54d16e
parent cfab0f54
......@@ -51,7 +51,7 @@ function execCommand() {
OLD_PWD=`pwd`
cd $MESSENGER_HOME/bin
CMD="./messenger $1"
su -c"$CMD" $MESSENGER_USER &
su -c "$CMD" $MESSENGER_USER &
cd $OLD_PWD
}
......
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