From ba527f3e9d1da2aa1bdefc026c6e6687dcdad68f Mon Sep 17 00:00:00 2001 From: ajragusa Date: Fri, 1 May 2015 15:39:48 +0000 Subject: [PATCH] the nox upgrade needs to set the _oess users shell to /bin/bash now --- nox/nox.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nox/nox.spec b/nox/nox.spec index e48873974..d4ae43c5a 100644 --- a/nox/nox.spec +++ b/nox/nox.spec @@ -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