1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-28 20:40:10 +00:00
This commit is contained in:
CrazyMax 2018-11-25 07:33:11 +01:00
parent 226b8495b6
commit 0750f30865
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7

View file

@ -135,7 +135,7 @@ cat > ${LIBRENMS_PATH}/config.d/database.php <<EOL
\$config['db_pass'] = '${DB_PASSWORD}';
\$config['db_name'] = '${DB_NAME}';
EOL
dbcmd=mysql -h ${DB_HOST} -P ${DB_PORT} -u "${DB_USER}" "-p${DB_PASSWORD}"
dbcmd="mysql -h ${DB_HOST} -P ${DB_PORT} -u "${DB_USER}" "-p${DB_PASSWORD}""
unset DB_PASSWORD
# Config : User