Skip to content

Commit

Permalink
Replace incorrect environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Sep 19, 2023
1 parent 6b13023 commit c31559a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/usr/local/bin/db-util
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eo pipefail

execute_mysql_command() {
mysql --user root --password="${MYSQL_ROOT_PASSWORD:?}" -ve "${1:?}" "${@:2}"
mysql --user root --password="${MARIADB_ROOT_PASSWORD:?}" -ve "${1:?}" "${@:2}"
}

does_user_exist() {
Expand Down

0 comments on commit c31559a

Please sign in to comment.