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