Update 00-smb_mounts.sh

This commit is contained in:
Alexandre
2024-02-26 22:32:25 +01:00
committed by GitHub
parent c03dea5b73
commit 63e85daeb7

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.11"
SMBVERS="3.11"
echo "SMB 3.1 detected, converting to 3"
SMBVERS="3"
;;
esac
echo "...... SMB version detected : $SMBVERS"