MT#6009 - Fix --disabled-password typo

ksolomko/vlan
Kirill Solomko 12 years ago
parent b2042ced09
commit 901744ee97

@ -1025,7 +1025,7 @@ if "$NGCP_INSTALLER" ; then
fi fi
# add sipwise user # add sipwise user
chroot $TARGET adduser sipwise --gecos "Sipwise" --home /var/sipwise --shell /bin/bash --disable-password chroot $TARGET adduser sipwise --gecos "Sipwise" --home /var/sipwise --shell /bin/bash --disabled-password
# use pool directory according for ngcp release # use pool directory according for ngcp release
if $PRO_EDITION ; then if $PRO_EDITION ; then

Loading…
Cancel
Save