From 7dce8996475f05da1d1cf109aae4ba7838de6688 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 29 Apr 2021 19:29:13 +0200 Subject: [PATCH] Remove unused log --- qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.3.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.3.sh b/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.3.sh index 87d270ed7..2e5d11a4f 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.3.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.3.sh @@ -33,7 +33,6 @@ if bashio::config.has_value 'networkdisks'; then chown -R root:root /mnt/$diskname #Tries to mount with default options - bashio::log.info "... trying to mount network disk" mount -t cifs -o rw,username=$CIFS_USERNAME,password=${CIFS_PASSWORD}$DOMAIN $disk /mnt/$diskname 2>ERRORCODE && MOUNTED=true || MOUNTED=false # if Fail test different smb and sec versions