diff --git a/filebrowser/rootfs/92-smb_mounts.sh b/filebrowser/rootfs/92-smb_mounts.sh index 9325634fc..06410e554 100644 --- a/filebrowser/rootfs/92-smb_mounts.sh +++ b/filebrowser/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')"