From ff6c3f3ac7ca0cf4c3934dc71d6b71fc2da2e704 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 29 Apr 2021 14:26:25 +0200 Subject: [PATCH] Update 92-smb_mounts_v1.3.sh --- .../rootfs/etc/cont-init.d/92-smb_mounts_v1.3.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 a1b5a67b3..21fa72e47 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 @@ -41,12 +41,12 @@ if bashio::config.has_value 'networkdisks'; then fi #If mounting failed, tries to mount as NFS - if [ $MOUNTED = true ]; then - bashio::log.info "... mounts as NFS" - disknfs=$(echo $disk | sed 's/^\///') - disknfs=$(echo $disknfs | sed 's/^\///') - mount -t nfs $disknfs /mnt/$diskname 2>ERRORCODE && MOUNTED=true || MOUNTED=false - fi + #if [ $MOUNTED = true ]; then + # bashio::log.info "... mounts as NFS" + # disknfs=$(echo $disk | sed 's/^\///') + # disknfs=$(echo $disknfs | sed 's/^\///') + # mount -t nfs $disknfs /mnt/$diskname 2>ERRORCODE && MOUNTED=true || MOUNTED=false + #fi # if Fail test different smb and sec versions if [ $MOUNTED = false ]; then