dleidert / openmediavault-upgrade

Script to upgrade openmediavault from one major release into the next
GNU General Public License v3.0
48 stars 1 forks source link

Test if share is mounted before trying to remount it read-only #17

Closed dleidert closed 3 years ago

dleidert commented 3 years ago

If the share hasn't been mounted for whatever reason the script might fail too. But we want to catch only errors when the share is mounted and cannot be remounted read-only.

fixes #14