From b71da851e50704b8340fcda3234c66cc29914025 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Sep 2021 12:10:14 +0200 Subject: [PATCH] Update 11-mounts --- piwigo/rootfs/etc/cont-init.d/11-mounts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piwigo/rootfs/etc/cont-init.d/11-mounts b/piwigo/rootfs/etc/cont-init.d/11-mounts index 306471076..2e11daf3e 100644 --- a/piwigo/rootfs/etc/cont-init.d/11-mounts +++ b/piwigo/rootfs/etc/cont-init.d/11-mounts @@ -18,7 +18,7 @@ if bashio::config.has_value 'localdisks'; then mount /dev/$disk /share/$disk && \ bashio::log.info "Success!" done || \ - bashio::log.warning "Protection mode is ON. Unable to mount local drives!" + bashio::log.warning "Unable to mount local drives!" fi # Mount CIFS Share if configured and if Protection Mode is active