Update 00-smb_mounts.sh

This commit is contained in:
Alexandre
2023-12-13 14:33:38 +01:00
committed by GitHub
parent 31cd8d9b33
commit 58b68826ce

View File

@@ -260,6 +260,9 @@ if bashio::config.has_value 'networkdisks'; then
umount "/mnt/$diskname" 2>/dev/null || true
rmdir "/mnt/$diskname" || true
# Stop addon
bashio::addon.stop
fi
done