mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-17 21:09:13 +02: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 \
|
bashio::log.blue \
|
||||||
'-----------------------------------------------------------'
|
'-----------------------------------------------------------'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Clean bashrc file
|
||||||
|
if [ -f ~/.bashrc ]; then rm ~/.bashrc; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user