Update 00-smb_mounts.sh

This commit is contained in:
Alexandre
2024-02-26 22:02:31 +01:00
committed by GitHub
parent 73531cf8aa
commit eb243380bd

View File

@@ -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"