do not assign a password for root since we have removed the ssh server

This commit is contained in:
Sameer Naik
2014-06-28 19:23:41 +05:30
parent 82dc862576
commit 4b65cb1ca8
-5
View File
@@ -2,11 +2,6 @@
set -e
# generate a password for root.
ROOT_PASSWORD=$(pwgen -c -n -1 12)
echo "root:$ROOT_PASSWORD" | chpasswd
echo User: root Password: $ROOT_PASSWORD
# start supervisord
/usr/bin/supervisord