From 231d697f0abff56941b768c3e7e40070bb7c1c45 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 27 Jun 2021 09:27:18 +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 93178a727..f2fc96e1c 100644 --- a/cloudcommander/run.sh +++ b/cloudcommander/run.sh @@ -61,7 +61,7 @@ if bashio::config.has_value 'localdisks'; then 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!" + bashio::log.warning "Error, /dev/$disk couldn't be mounted. Is priviledged mode on?" fi || true ####################