mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02: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"
|
SMBVERS="3.1.1"
|
||||||
;;
|
;;
|
||||||
"3.1")
|
"3.1")
|
||||||
echo "SMB 3.1 detected, converting to 3.11"
|
echo "SMB 3.1 detected, converting to 3"
|
||||||
SMBVERS="3.11"
|
SMBVERS="3"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
echo "...... SMB version detected : $SMBVERS"
|
echo "...... SMB version detected : $SMBVERS"
|
||||||
|
|||||||
Reference in New Issue
Block a user