Update 00-smb_mounts.sh

This commit is contained in:
Alexandre
2024-02-27 08:29:00 +01:00
committed by GitHub
parent 2f6e1004d9
commit 400f074aee

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