From 4b759ce75b6d2cd0a48a867caddddb7a5b21bbe6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 26 Jun 2021 16:12:55 +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 ae23cd19a..0f713696b 100644 --- a/cloudcommander/run.sh +++ b/cloudcommander/run.sh @@ -59,7 +59,7 @@ if bashio::config.has_value 'localdisks'; then chown -R abc:abc /share/$disk fi mount /dev/$disk /share/$disk && \ - bashio::log.info "Success!" + bashio::log.info "Success! Mounted to /nmt/$disk" done || \ bashio::log.warning "Protection mode is ON. Unable to mount local drives!" fi || true