From 413094cd58dccc6d4e7272d7d9f7b6d849026cf6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 May 2023 11:03:57 +0200 Subject: [PATCH] Clean bashrc file --- .templates/00-banner.sh | 3 +++ 1 file changed, 3 insertions(+) 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