mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Clean bashrc file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user