Commented on a line I will need to delete or change
This commit is contained in:
parent
441be0adcc
commit
1e9f36dc7a
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ function set_conf() {
|
||||||
sed -i 's/"username": "root"/"username": "'$MYSQL_ENV_MYSQL_USER'"/' /app/config/mysqlConfig.json
|
sed -i 's/"username": "root"/"username": "'$MYSQL_ENV_MYSQL_USER'"/' /app/config/mysqlConfig.json
|
||||||
;;
|
;;
|
||||||
$MYSQL_ENV_MYSQL_PASSWORD )
|
$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"
|
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
|
sed -i 's/"password": ""/"password": "'$MYSQL_ENV_MYSQL_PASSWORD'"/' /app/config/mysqlConfig.json
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue