diff --git a/.templates/00-smb_mounts.sh b/.templates/00-smb_mounts.sh index 91a4c980f..f5c092166 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" - SMBVERS="3" + echo "SMB 3.1 detected, converting to 3.0" + SMBVERS="3.0" ;; esac echo "...... SMB version detected : $SMBVERS"