mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
*: spelling fixes (#1757)
This commit is contained in:
@@ -25,7 +25,7 @@ else
|
|||||||
bashio::log.debug "Found device! Location: ${DECONZ_DEVICE}"
|
bashio::log.debug "Found device! Location: ${DECONZ_DEVICE}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# VNC is not enabled as a seperate service, as it cannot handle multiple
|
# VNC is not enabled as a separate service, as it cannot handle multiple
|
||||||
# session when running in the foreground.
|
# session when running in the foreground.
|
||||||
VNC_PORT="$(bashio::addon.port 5900)"
|
VNC_PORT="$(bashio::addon.port 5900)"
|
||||||
ARCH="$(bashio::info.arch)"
|
ARCH="$(bashio::info.arch)"
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ mysqlcheck --no-defaults --all-databases --skip-database=mysql --check --check-u
|
|||||||
bashio::log.info "Ensuring internal database upgrades are performed"
|
bashio::log.info "Ensuring internal database upgrades are performed"
|
||||||
mysql_upgrade --silent
|
mysql_upgrade --silent
|
||||||
|
|
||||||
# Set default secure values after inital setup
|
# Set default secure values after initial setup
|
||||||
if bashio::var.true "${NEW_INSTALL}"; then
|
if bashio::var.true "${NEW_INSTALL}"; then
|
||||||
# Secure the installation.
|
# Secure the installation.
|
||||||
mysql <<-EOSQL
|
mysql <<-EOSQL
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ Follow these steps to get the add-on installed on your system:
|
|||||||
|
|
||||||
If you are on Windows you use `\\<IP_ADDRESS>\`, if you are on MacOS you use `smb://<IP_ADDRESS>` to connect to the shares.
|
If you are on Windows you use `\\<IP_ADDRESS>\`, if you are on MacOS you use `smb://<IP_ADDRESS>` to connect to the shares.
|
||||||
|
|
||||||
This addon exposes the folowing directories over smb (samba):
|
This addon exposes the following directories over smb (samba):
|
||||||
|
|
||||||
Directory | Description
|
Directory | Description
|
||||||
-- | --
|
-- | --
|
||||||
|
|||||||
@@ -101,4 +101,4 @@
|
|||||||
|
|
||||||
## 0.1.0
|
## 0.1.0
|
||||||
|
|
||||||
- Inital release
|
- Initial release
|
||||||
|
|||||||
Reference in New Issue
Block a user