From ad930cab4d78c28200d04cee1becfd86728256c0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 29 Nov 2020 18:48:57 +0100 Subject: [PATCH] Update mount --- emby/root/config/custom-cont-init.d/mount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"