Clean Log Representation

This commit is contained in:
Alexandre
2021-10-28 23:23:55 +02:00
parent 542ee640e9
commit 7249d8b938
35 changed files with 35 additions and 35 deletions

View File

@@ -4,7 +4,7 @@
# MOUNT LOCAL SHARES #
######################
bashio::log.info 'Mounting external hdd...'
echo 'Mounting external hdd...'
# Mount local Share if configured
if bashio::config.has_value 'localdisks'; then

View File

@@ -14,7 +14,7 @@ if bashio::config.has_value 'networkdisks'; then
SECVERS=""
# Mount CIFS Share if configured and if Protection Mode is active
bashio::log.info 'Mounting smb share(s)...'
echo 'Mounting smb share(s)...'
if bashio::config.has_value 'cifsdomain'; then
DOMAIN=",domain=$(bashio::config 'cifsdomain')"