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