mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update 00-smb_mounts.sh
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user