MT#6009 Fixed Sipwise user creation for debian plain VMs

ksolomko/vlan
Alexander Lutay 12 years ago
parent 664f3fe1fe
commit b0bc8e74d7

@ -1001,7 +1001,7 @@ adduser_sipwise() {
if "$NGCP_INSTALLER" ; then
adduser_options="--disabled-password" # NGCP
else
adduser_options="" # Debian plain
adduser_options="--disabled-login" # Debian plain
fi
chroot $TARGET adduser sipwise --gecos "Sipwise" --home ${SIPWISE_HOME} --shell /bin/bash $adduser_options

Loading…
Cancel
Save