mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-12 16:10:41 +01:00
Smb vers 3 first
This commit is contained in:
@@ -86,7 +86,7 @@ if bashio::config.has_value 'networkdisks'; then
|
||||
|
||||
# Test with different SMB versions
|
||||
##################################
|
||||
for SMBVERS in "" ",vers=3" ",vers=1.0" ",vers=2.1" ",vers=3.0" ",nodfs"; do
|
||||
for SMBVERS in "" ",vers=3" ",vers=3.2" ",vers=3.0" ",vers=2.1" ",nodfs" ",vers=1.0"; do
|
||||
|
||||
# Test with different security versions
|
||||
#######################################
|
||||
|
||||
Reference in New Issue
Block a user