From b2042ced09dce340d6aa86715eb541772453d051 Mon Sep 17 00:00:00 2001 From: Kirill Solomko Date: Wed, 26 Feb 2014 17:49:56 +0100 Subject: [PATCH] MT#6009 - Move sipwise user home to /var/sipwise, shell=/bin/bash, password is disabled by default --- deployment.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deployment.sh b/deployment.sh index 206e249..10023cf 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1025,8 +1025,7 @@ if "$NGCP_INSTALLER" ; then fi # add sipwise user - chroot $TARGET adduser sipwise --disabled-login --gecos "Sipwise" - echo "sipwise:sipwise" | chroot $TARGET chpasswd + chroot $TARGET adduser sipwise --gecos "Sipwise" --home /var/sipwise --shell /bin/bash --disable-password # use pool directory according for ngcp release if $PRO_EDITION ; then