From 8e05076ceb2367499c3032735df018a2c817c8ea Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 27 Nov 2019 14:43:53 -0700 Subject: [PATCH] Update finish.sh --- ubuntu/resources/finish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/resources/finish.sh b/ubuntu/resources/finish.sh index ba28e1e..038017a 100755 --- a/ubuntu/resources/finish.sh +++ b/ubuntu/resources/finish.sh @@ -64,7 +64,7 @@ user_uuid=$(/usr/bin/php /var/www/fusionpbx/resources/uuid.php); user_salt=$(/usr/bin/php /var/www/fusionpbx/resources/uuid.php); user_name=$system_username if [ .$system_password = .'random' ]; then - user_password=$(dd if=/dev/urandom bs=1 count=12 2>/dev/null | base64 | sed 's/[=\+//]//g') + user_password=$(dd if=/dev/urandom bs=1 count=20 2>/dev/null | base64 | sed 's/[=\+//]//g') else user_password=$system_password fi