*: spelling fixes (#1757)

This commit is contained in:
Ville Skyttä
2021-01-10 23:00:05 +02:00
committed by GitHub
parent 144b5c503e
commit 26318df3ef
4 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ mysqlcheck --no-defaults --all-databases --skip-database=mysql --check --check-u
bashio::log.info "Ensuring internal database upgrades are performed"
mysql_upgrade --silent
# Set default secure values after inital setup
# Set default secure values after initial setup
if bashio::var.true "${NEW_INSTALL}"; then
# Secure the installation.
mysql <<-EOSQL