From 83f6e607fcd987bfe21296e7d722e74df1a00d22 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 24 Apr 2021 08:49:21 +0200 Subject: [PATCH] Update 92-smb_mounts_v1.1.sh --- qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.1.sh b/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.1.sh index 4616d3654..877457bd2 100644 --- a/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.1.sh +++ b/qbittorrent/rootfs/etc/cont-init.d/92-smb_mounts_v1.1.sh @@ -42,7 +42,7 @@ if bashio::config.has_value 'networkdisks'; then if [ $? == 0 ]; then mount -t cifs -o username=$CIFS_USERNAME,password=$CIFS_PASSWORD,vers=2.1 $disk /mnt/$diskname && \ bashio::log.info "... $disk successfully mounted to /mnt/$diskname" && \ - bashio::log.error "Your smb share uses smbv3." + bashio::log.error "Your smb share uses smbv2.1, please remove smbv1 option." true fi