Skip to content

Commit

Permalink
Update 00-local_mounts.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Sep 28, 2023
1 parent 9627128 commit e235833
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .templates/00-local_mounts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,6 @@ if bashio::config.has_value 'localdisks'; then
options="${options},umask=000"
type="ntfs"
;;
ext*)
true
;;
**)
bashio::log.fatal "Cannot mount : ${disk} uses ${fstype} which is not supported"
exit 1
;;
esac

# Legacy mounting : mount to share if still exists (avoid breaking changes)
Expand Down

0 comments on commit e235833

Please sign in to comment.