From c5dd9b77c309a2bbb61e23bc2348f93f6e6f224e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 19 Apr 2024 09:58:25 +0200 Subject: [PATCH] Update 00-smb_mounts.sh --- .templates/00-smb_mounts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/00-smb_mounts.sh b/.templates/00-smb_mounts.sh index 106ca09ba..0d5590bdb 100755 --- a/.templates/00-smb_mounts.sh +++ b/.templates/00-smb_mounts.sh @@ -191,7 +191,7 @@ if bashio::config.has_value 'networkdisks'; then # Manage output if [ -n "$SMBVERS" ]; then case $SMBVERS in - 202) + "202"|"200"|"20") SMBVERS="2.0" ;; 21)