Commented on a line I will need to delete or change

This commit is contained in:
Leopere 2018-06-04 02:50:57 -04:00
parent 4c7c378eb5
commit 74542f931e

View file

@ -31,6 +31,7 @@ function set_conf() {
sed -i 's/"username": "root"/"username": "'$MYSQL_ENV_MYSQL_USER'"/' /app/config/mysqlConfig.json
;;
$MYSQL_ENV_MYSQL_PASSWORD )
## This echo should be sanitized of any secrets before this is finished.
echof info "Setting '$MYSQL_ENV_MYSQL_PASSWORD' $1 in /app/config/mysqlConfig.json"
sed -i 's/"password": ""/"password": "'$MYSQL_ENV_MYSQL_PASSWORD'"/' /app/config/mysqlConfig.json
;;