Skip to content

Commit

Permalink
Update mysql.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 authored Feb 21, 2024
1 parent 0bb102e commit 1bef342
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/service/database/mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ EOF
}

function Database::init() {
Database::checkConnection
if ! Service::isServiceExist database; then
return;
fi

Compose::exec <<'EOF'
export MYSQL_PWD="${SPRYKER_DB_ROOT_PASSWORD}";
Expand Down

0 comments on commit 1bef342

Please sign in to comment.