Skip to content

Commit 738f820

Browse files
author
Thomas Noe
committed
fix sql root pass var name
1 parent cfd4bb9 commit 738f820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint_scripts/common/dojo-shared-resources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ function ensure_mysql_application_db() {
262262
fi
263263
else
264264
# Set the root password for mysql - install has it blank
265-
mysql -uroot -e "SET PASSWORD = PASSWORD('${SQLPW}');"
265+
mysql -uroot -e "SET PASSWORD = PASSWORD('${SQLPWD}');"
266266

267267
if mysqladmin --protocol=TCP --host="$SQLHOST" --port="$SQLPORT" --user="$SQLUSER" --password="$SQLPWD" create $DBNAME; then
268268
echo "Created database $DBNAME."

0 commit comments

Comments
 (0)