From 4b65cb1ca87f950862cc5afaa5197e51310ddf01 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sat, 28 Jun 2014 19:23:41 +0530 Subject: [PATCH] do not assign a password for root since we have removed the ssh server --- assets/init | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assets/init b/assets/init index 87edbb0..ae94ce4 100755 --- a/assets/init +++ b/assets/init @@ -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