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