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