From f97f1df8cafaffa8e8a0cdb6bab7166b3c721610 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 11 Feb 2025 18:57:25 +0100 Subject: [PATCH] Lint --- .templates/00-banner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/00-banner.sh b/.templates/00-banner.sh index 9cf6bc4d9..229321f28 100755 --- a/.templates/00-banner.sh +++ b/.templates/00-banner.sh @@ -76,4 +76,4 @@ if bashio::config.has_value "PUID" && bashio::config.has_value "PGID"; then fi # Clean bashrc file safely -if [ -f ~/.bashrc ]; then > ~/.bashrc; fi +if [ -f ~/.bashrc ]; then : > ~/.bashrc; fi