Clean bashrc file

This commit is contained in:
Alexandre
2023-05-07 11:03:57 +02:00
committed by GitHub
parent c787ec3ab7
commit 413094cd58

View File

@@ -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