From 7e1fd20f4e245626e1eddb930b00f8493ddf8108 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 5 Sep 2021 12:08:56 +0200 Subject: [PATCH] Update 50-mounts --- code-server/root/etc/cont-init.d/50-mounts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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