|
@@ -140,8 +140,8 @@ function install_mariadb {
|
140
|
140
|
else
|
141
|
141
|
MARIADB_PASSWORD="$(openssl rand -base64 32 | cut -c1-${MINIMUM_PASSWORD_LENGTH})"
|
142
|
142
|
fi
|
143
|
|
- ${PROJECT_NAME}-pass -u root -a mariadb -p "$MARIADB_PASSWORD"
|
144
|
143
|
fi
|
|
144
|
+ ${PROJECT_NAME}-pass -u root -a mariadb -p "$MARIADB_PASSWORD"
|
145
|
145
|
|
146
|
146
|
debconf-set-selections <<< "mariadb-server mariadb-server/root_password password $MARIADB_PASSWORD"
|
147
|
147
|
debconf-set-selections <<< "mariadb-server mariadb-server/root_password_again password $MARIADB_PASSWORD"
|