Fix MySQL commands (#354)

This commit is contained in:
Franck Nijhof 2024-12-07 15:15:56 +01:00 committed by GitHub
parent 3232d7095e
commit e20d1de507
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,9 +47,10 @@ else
bashio::log.warning "Uninstalling the MariaDB addon will remove any data"
bashio::log.info "Creating database for Bookstack if required"
mysql \
mariadb \
-u "${username}" -p"${password}" \
-h "${host}" -P "${port}" \
--skip-ssl \
-e "CREATE DATABASE IF NOT EXISTS \`bookstack\` ;"
fi