Update 92-smb_mounts_v1.3.sh

This commit is contained in:
Alexandre
2021-04-29 09:23:54 +02:00
committed by GitHub
parent 8a6371f726
commit 8c520c6de8

View File

@@ -30,7 +30,7 @@ if bashio::config.has_value 'networkdisks'; then
chown -R root:root /mnt/$diskname
#Tries to mount with default options
mount -t cifs -o rw,iocharset=utf8,file_mode=0777,dir_mode=0777,username="$CIFS_USERNAME",password="${CIFS_PASSWORD}"$DOMAIN $disk /mnt/$diskname
#mount -t cifs -o rw,iocharset=utf8,file_mode=0777,dir_mode=0777,username="$CIFS_USERNAME",password="${CIFS_PASSWORD}"$DOMAIN $disk /mnt/$diskname
# if Fail test different smb and sec versions
while [ $? -ne 0 ]; do