From 542ee640e97c6e3663349657091079d146ad0f80 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 28 Oct 2021 23:13:13 +0200 Subject: [PATCH] Update 92-smb_mounts.sh --- filebrowser/rootfs/92-smb_mounts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')"