diff --git a/code-server/root/etc/cont-init.d/50-mounts b/code-server/root/etc/cont-init.d/50-mounts index e7fb49d35..14dd93a02 100644 --- a/code-server/root/etc/cont-init.d/50-mounts +++ b/code-server/root/etc/cont-init.d/50-mounts @@ -17,7 +17,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