From d21458fe0ec05726c32d129604f50fcff61ba5ae Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 27 Jun 2021 09:25:14 +0200 Subject: [PATCH] Update run.sh --- cloudcommander/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudcommander/run.sh b/cloudcommander/run.sh index 0f713696b..93178a727 100644 --- a/cloudcommander/run.sh +++ b/cloudcommander/run.sh @@ -58,7 +58,7 @@ if bashio::config.has_value 'localdisks'; then mkdir -p /share/$disk chown -R abc:abc /share/$disk fi - mount /dev/$disk /share/$disk && \ + mount /dev/$disk /mnt && \ bashio::log.info "Success! Mounted to /nmt/$disk" done || \ bashio::log.warning "Protection mode is ON. Unable to mount local drives!"