Update 92-smb_mounts_v1.4.sh

This commit is contained in:
Alexandre
2021-10-23 08:16:07 +02:00
committed by GitHub
parent 356695c035
commit cb65b33672

View File

@@ -66,7 +66,7 @@ if bashio::config.has_value 'networkdisks'; then
rm ERRORCODE
# clean folder
umount /mnt/$diskname 2>/dev/null || true
rm /mnt/$diskname || true
rmdir /mnt/$diskname || true
fi
done