Skip to content

Commit

Permalink
Merge pull request #109 from ajragusa/master
Browse files Browse the repository at this point in the history
the nox upgrade needs to set the _oess users shell to /bin/bash now
  • Loading branch information
ajragusa committed May 1, 2015
2 parents 6b97127 + ba527f3 commit ffac702
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nox/nox.spec
Original file line number Diff line number Diff line change
Expand Up @@ -649,15 +649,14 @@ if [ $1 -eq 1 ]; then

#add the tdor user
/usr/sbin/groupadd _oess
/usr/sbin/useradd -r -m -c "NOX User" -d /var/log/nox -s /dev/null -g _oess _oess
/usr/sbin/useradd -r -m -c "NOX User" -d /var/log/nox -s /bin/bash -g _oess _oess


fi


if [ $1 -ge 2 ]; then
# do not create anything, snapp users is already there
echo "nothing here"
/usr/sbin/usermod -s /bin/bash _oess
fi

touch /usr/bin/nox.info
Expand Down

0 comments on commit ffac702

Please sign in to comment.