mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-17 04:49:13 +02: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)
|
311)
|
||||||
SMBVERS="3.1.1"
|
SMBVERS="3.1.1"
|
||||||
;;
|
;;
|
||||||
|
"3.1")
|
||||||
|
SMBVERS="3.1.1"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
echo "...... SMB version detected : $SMBVERS"
|
echo "...... SMB version detected : $SMBVERS"
|
||||||
SMBVERS=",vers=$SMBVERS"
|
SMBVERS=",vers=$SMBVERS"
|
||||||
|
|||||||
Reference in New Issue
Block a user