diff --git a/.templates/00-banner.sh b/.templates/00-banner.sh index 5c46af255..1493e42c6 100755 --- a/.templates/00-banner.sh +++ b/.templates/00-banner.sh @@ -55,3 +55,6 @@ if bashio::config.has_value "PUID" && bashio::config.has_value "PGID"; then bashio::log.blue \ '-----------------------------------------------------------' fi + +# Clean bashrc file +if [ -f ~/.bashrc ]; then rm ~/.bashrc; fi