fixed naming
This commit is contained in:
parent
12164f4a68
commit
bbb9eb6c10
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export OTRSUSER=otrs
|
||||||
#fi
|
#fi
|
||||||
# useradd
|
# useradd
|
||||||
export ZUSER=zammad
|
export ZUSER=zammad
|
||||||
echo -n "Check OTRS user ... "
|
echo -n "Check Zammad user ... "
|
||||||
if id $ZUSER >/dev/null 2>&1; then
|
if id $ZUSER >/dev/null 2>&1; then
|
||||||
echo "$ZUSER exists."
|
echo "$ZUSER exists."
|
||||||
# update home dir
|
# update home dir
|
||||||
|
|
Loading…
Reference in a new issue