From eb243380bda517726d663d92c1d58dc741666c9e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:02:31 +0100 Subject: [PATCH] Update 00-smb_mounts.sh --- .templates/00-smb_mounts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.templates/00-smb_mounts.sh b/.templates/00-smb_mounts.sh index c5faa84cf..45e7d9912 100755 --- a/.templates/00-smb_mounts.sh +++ b/.templates/00-smb_mounts.sh @@ -202,8 +202,8 @@ if bashio::config.has_value 'networkdisks'; then SMBVERS="3.1.1" ;; "3.1") - echo "SMB 3.1 detected, converting to 3.1.1" - SMBVERS="3.1.1" + echo "SMB 3.1 detected, converting to 3.11" + SMBVERS="3.11" ;; esac echo "...... SMB version detected : $SMBVERS"