From 901744ee974865c8ed5ad1b358e966d11534d9ba Mon Sep 17 00:00:00 2001 From: Kirill Solomko Date: Thu, 27 Feb 2014 08:30:14 +0100 Subject: [PATCH] MT#6009 - Fix --disabled-password typo --- deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment.sh b/deployment.sh index 10023cf..7ee1cbd 100755 --- a/deployment.sh +++ b/deployment.sh @@ -1025,7 +1025,7 @@ if "$NGCP_INSTALLER" ; then fi # 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 if $PRO_EDITION ; then