diff --git a/emby/root/config/custom-cont-init.d/mount b/emby/root/config/custom-cont-init.d/mount index 778aee9a3..da5024074 100644 --- a/emby/root/config/custom-cont-init.d/mount +++ b/emby/root/config/custom-cont-init.d/mount @@ -8,7 +8,7 @@ if bashio::config.has_value 'localdisks'; then for disk in $MOREDISKS do bashio::log.info "Mount ${disk}" - mount $disk /share/$disk && \ + mount $disk /share/storage && \ bashio::log.info "Success!" done || \ bashio::log.warning "Protection mode is ON. Unable to mount local drives!"