mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Avoid cifs 3.1
https://github.com/alexbelgium/hassio-addons/issues/1271#issuecomment-1965208259
This commit is contained in:
@@ -201,6 +201,9 @@ if bashio::config.has_value 'networkdisks'; then
|
||||
311)
|
||||
SMBVERS="3.1.1"
|
||||
;;
|
||||
"3.1")
|
||||
SMBVERS="3.1.1"
|
||||
;;
|
||||
esac
|
||||
echo "...... SMB version detected : $SMBVERS"
|
||||
SMBVERS=",vers=$SMBVERS"
|
||||
|
||||
Reference in New Issue
Block a user