This commit is contained in:
Alexandre
2025-02-11 18:57:25 +01:00
committed by GitHub
parent e915f173ca
commit f97f1df8ca

View File

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