MT#6009 - Move sipwise user home to /var/sipwise, shell=/bin/bash, password is disabled by default

ksolomko/vlan
Kirill Solomko 12 years ago
parent de6152420c
commit b2042ced09

@ -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

Loading…
Cancel
Save