From 7249d8b938d43cddebc3dd85623e8dc9df0c1582 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 28 Oct 2021 23:23:55 +0200 Subject: [PATCH] Clean Log Representation --- bazarr/root/etc/cont-init.d/92-local_mounts.sh | 2 +- bazarr/root/etc/cont-init.d/92-smb_mounts.sh | 2 +- cloudcommander/rootfs/92-local_mounts.sh | 2 +- cloudcommander/rootfs/92-smb_mounts.sh | 2 +- code-server/root/etc/cont-init.d/92-local_mounts.sh | 2 +- code-server/root/etc/cont-init.d/92-smb_mounts.sh | 2 +- doublecommander/root/etc/cont-init.d/92-smb_mounts.sh | 2 +- emby/root/etc/cont-init.d/92-local_mounts.sh | 2 +- emby/root/etc/cont-init.d/92-smb_mounts.sh | 2 +- filebrowser/rootfs/92-local_mounts.sh | 2 +- jackett/root/etc/cont-init.d/92-local_mounts.sh | 2 +- jackett/root/etc/cont-init.d/92-smb_mounts.sh | 2 +- jellyfin/root/etc/cont-init.d/92-smb_mounts.sh | 2 +- lidarr/root/etc/cont-init.d/92-local_mounts.sh | 2 +- lidarr/root/etc/cont-init.d/92-smb_mounts.sh | 2 +- papermerge/rootfs/etc/cont-init.d/92-smb_mounts.sh | 2 +- photoprism/rootfs/92-local_mounts.sh | 2 +- photoprism/rootfs/92-smb_mounts.sh | 2 +- piwigo/rootfs/etc/cont-init.d/92-local_mounts.sh | 2 +- piwigo/rootfs/etc/cont-init.d/92-smb_mounts.sh | 2 +- plex/root/etc/cont-init.d/92-local_mounts.sh | 2 +- plex/root/etc/cont-init.d/92-smb_mounts.sh | 2 +- prowlarr/root/etc/cont-init.d/92-smb_mounts.sh | 2 +- qbittorrent/rootfs/etc/cont-init.d/92-local_mounts.sh | 2 +- qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts.sh | 2 +- radarr/root/etc/cont-init.d/92-local_mounts.sh | 2 +- radarr/root/etc/cont-init.d/92-smb_mounts.sh | 2 +- readarr/root/etc/cont-init.d/92-local_mounts.sh | 2 +- readarr/root/etc/cont-init.d/92-smb_mounts.sh | 2 +- sonarr/root/etc/cont-init.d/92-local_mounts.sh | 2 +- sonarr/root/etc/cont-init.d/92-smb_mounts.sh | 2 +- transmission/rootfs/etc/cont-init.d/92-smb_mounts.sh | 2 +- ubooquity/rootfs/etc/cont-init.d/92-smb_mounts.sh | 2 +- zzz_templates/92-local_mounts.sh | 2 +- zzz_templates/92-smb_mounts.sh | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/bazarr/root/etc/cont-init.d/92-local_mounts.sh b/bazarr/root/etc/cont-init.d/92-local_mounts.sh index 7039fb142..2d27c3adf 100644 --- a/bazarr/root/etc/cont-init.d/92-local_mounts.sh +++ b/bazarr/root/etc/cont-init.d/92-local_mounts.sh @@ -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 diff --git a/bazarr/root/etc/cont-init.d/92-smb_mounts.sh b/bazarr/root/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/bazarr/root/etc/cont-init.d/92-smb_mounts.sh +++ b/bazarr/root/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/cloudcommander/rootfs/92-local_mounts.sh b/cloudcommander/rootfs/92-local_mounts.sh index 7039fb142..2d27c3adf 100644 --- a/cloudcommander/rootfs/92-local_mounts.sh +++ b/cloudcommander/rootfs/92-local_mounts.sh @@ -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 diff --git a/cloudcommander/rootfs/92-smb_mounts.sh b/cloudcommander/rootfs/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/cloudcommander/rootfs/92-smb_mounts.sh +++ b/cloudcommander/rootfs/92-smb_mounts.sh @@ -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')" diff --git a/code-server/root/etc/cont-init.d/92-local_mounts.sh b/code-server/root/etc/cont-init.d/92-local_mounts.sh index 7039fb142..2d27c3adf 100644 --- a/code-server/root/etc/cont-init.d/92-local_mounts.sh +++ b/code-server/root/etc/cont-init.d/92-local_mounts.sh @@ -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 diff --git a/code-server/root/etc/cont-init.d/92-smb_mounts.sh b/code-server/root/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/code-server/root/etc/cont-init.d/92-smb_mounts.sh +++ b/code-server/root/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/doublecommander/root/etc/cont-init.d/92-smb_mounts.sh b/doublecommander/root/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/doublecommander/root/etc/cont-init.d/92-smb_mounts.sh +++ b/doublecommander/root/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/emby/root/etc/cont-init.d/92-local_mounts.sh b/emby/root/etc/cont-init.d/92-local_mounts.sh index 7039fb142..2d27c3adf 100644 --- a/emby/root/etc/cont-init.d/92-local_mounts.sh +++ b/emby/root/etc/cont-init.d/92-local_mounts.sh @@ -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 diff --git a/emby/root/etc/cont-init.d/92-smb_mounts.sh b/emby/root/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/emby/root/etc/cont-init.d/92-smb_mounts.sh +++ b/emby/root/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/filebrowser/rootfs/92-local_mounts.sh b/filebrowser/rootfs/92-local_mounts.sh index 7039fb142..2d27c3adf 100644 --- a/filebrowser/rootfs/92-local_mounts.sh +++ b/filebrowser/rootfs/92-local_mounts.sh @@ -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 diff --git a/jackett/root/etc/cont-init.d/92-local_mounts.sh b/jackett/root/etc/cont-init.d/92-local_mounts.sh index 7039fb142..2d27c3adf 100644 --- a/jackett/root/etc/cont-init.d/92-local_mounts.sh +++ b/jackett/root/etc/cont-init.d/92-local_mounts.sh @@ -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 diff --git a/jackett/root/etc/cont-init.d/92-smb_mounts.sh b/jackett/root/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/jackett/root/etc/cont-init.d/92-smb_mounts.sh +++ b/jackett/root/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/jellyfin/root/etc/cont-init.d/92-smb_mounts.sh b/jellyfin/root/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/jellyfin/root/etc/cont-init.d/92-smb_mounts.sh +++ b/jellyfin/root/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/lidarr/root/etc/cont-init.d/92-local_mounts.sh b/lidarr/root/etc/cont-init.d/92-local_mounts.sh index 7039fb142..2d27c3adf 100644 --- a/lidarr/root/etc/cont-init.d/92-local_mounts.sh +++ b/lidarr/root/etc/cont-init.d/92-local_mounts.sh @@ -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 diff --git a/lidarr/root/etc/cont-init.d/92-smb_mounts.sh b/lidarr/root/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/lidarr/root/etc/cont-init.d/92-smb_mounts.sh +++ b/lidarr/root/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/papermerge/rootfs/etc/cont-init.d/92-smb_mounts.sh b/papermerge/rootfs/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/papermerge/rootfs/etc/cont-init.d/92-smb_mounts.sh +++ b/papermerge/rootfs/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/photoprism/rootfs/92-local_mounts.sh b/photoprism/rootfs/92-local_mounts.sh index 7039fb142..2d27c3adf 100644 --- a/photoprism/rootfs/92-local_mounts.sh +++ b/photoprism/rootfs/92-local_mounts.sh @@ -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 diff --git a/photoprism/rootfs/92-smb_mounts.sh b/photoprism/rootfs/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/photoprism/rootfs/92-smb_mounts.sh +++ b/photoprism/rootfs/92-smb_mounts.sh @@ -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')" diff --git a/piwigo/rootfs/etc/cont-init.d/92-local_mounts.sh b/piwigo/rootfs/etc/cont-init.d/92-local_mounts.sh index 7039fb142..2d27c3adf 100644 --- a/piwigo/rootfs/etc/cont-init.d/92-local_mounts.sh +++ b/piwigo/rootfs/etc/cont-init.d/92-local_mounts.sh @@ -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 diff --git a/piwigo/rootfs/etc/cont-init.d/92-smb_mounts.sh b/piwigo/rootfs/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/piwigo/rootfs/etc/cont-init.d/92-smb_mounts.sh +++ b/piwigo/rootfs/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/plex/root/etc/cont-init.d/92-local_mounts.sh b/plex/root/etc/cont-init.d/92-local_mounts.sh index 7039fb142..2d27c3adf 100644 --- a/plex/root/etc/cont-init.d/92-local_mounts.sh +++ b/plex/root/etc/cont-init.d/92-local_mounts.sh @@ -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 diff --git a/plex/root/etc/cont-init.d/92-smb_mounts.sh b/plex/root/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/plex/root/etc/cont-init.d/92-smb_mounts.sh +++ b/plex/root/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/prowlarr/root/etc/cont-init.d/92-smb_mounts.sh b/prowlarr/root/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/prowlarr/root/etc/cont-init.d/92-smb_mounts.sh +++ b/prowlarr/root/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/qbittorrent/rootfs/etc/cont-init.d/92-local_mounts.sh b/qbittorrent/rootfs/etc/cont-init.d/92-local_mounts.sh index 7039fb142..2d27c3adf 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/92-local_mounts.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/92-local_mounts.sh @@ -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 diff --git a/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts.sh b/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/radarr/root/etc/cont-init.d/92-local_mounts.sh b/radarr/root/etc/cont-init.d/92-local_mounts.sh index 7039fb142..2d27c3adf 100644 --- a/radarr/root/etc/cont-init.d/92-local_mounts.sh +++ b/radarr/root/etc/cont-init.d/92-local_mounts.sh @@ -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 diff --git a/radarr/root/etc/cont-init.d/92-smb_mounts.sh b/radarr/root/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/radarr/root/etc/cont-init.d/92-smb_mounts.sh +++ b/radarr/root/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/readarr/root/etc/cont-init.d/92-local_mounts.sh b/readarr/root/etc/cont-init.d/92-local_mounts.sh index 7039fb142..2d27c3adf 100644 --- a/readarr/root/etc/cont-init.d/92-local_mounts.sh +++ b/readarr/root/etc/cont-init.d/92-local_mounts.sh @@ -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 diff --git a/readarr/root/etc/cont-init.d/92-smb_mounts.sh b/readarr/root/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/readarr/root/etc/cont-init.d/92-smb_mounts.sh +++ b/readarr/root/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/sonarr/root/etc/cont-init.d/92-local_mounts.sh b/sonarr/root/etc/cont-init.d/92-local_mounts.sh index 7039fb142..2d27c3adf 100644 --- a/sonarr/root/etc/cont-init.d/92-local_mounts.sh +++ b/sonarr/root/etc/cont-init.d/92-local_mounts.sh @@ -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 diff --git a/sonarr/root/etc/cont-init.d/92-smb_mounts.sh b/sonarr/root/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/sonarr/root/etc/cont-init.d/92-smb_mounts.sh +++ b/sonarr/root/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/transmission/rootfs/etc/cont-init.d/92-smb_mounts.sh b/transmission/rootfs/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/transmission/rootfs/etc/cont-init.d/92-smb_mounts.sh +++ b/transmission/rootfs/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/ubooquity/rootfs/etc/cont-init.d/92-smb_mounts.sh b/ubooquity/rootfs/etc/cont-init.d/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/ubooquity/rootfs/etc/cont-init.d/92-smb_mounts.sh +++ b/ubooquity/rootfs/etc/cont-init.d/92-smb_mounts.sh @@ -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')" diff --git a/zzz_templates/92-local_mounts.sh b/zzz_templates/92-local_mounts.sh index 7039fb142..2d27c3adf 100644 --- a/zzz_templates/92-local_mounts.sh +++ b/zzz_templates/92-local_mounts.sh @@ -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 diff --git a/zzz_templates/92-smb_mounts.sh b/zzz_templates/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/zzz_templates/92-smb_mounts.sh +++ b/zzz_templates/92-smb_mounts.sh @@ -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')"