Remove unused log

This commit is contained in:
Alexandre
2021-04-29 19:29:13 +02:00
committed by GitHub
parent fbffb1c8ea
commit 7dce899647

View File

@@ -33,7 +33,6 @@ if bashio::config.has_value 'networkdisks'; then
chown -R root:root /mnt/$diskname
#Tries to mount with default options
bashio::log.info "... trying to mount network disk"
mount -t cifs -o rw,username=$CIFS_USERNAME,password=${CIFS_PASSWORD}$DOMAIN $disk /mnt/$diskname 2>ERRORCODE && MOUNTED=true || MOUNTED=false
# if Fail test different smb and sec versions