This commit is contained in:
Alexandre
2023-04-04 19:07:07 +02:00
committed by GitHub
parent 1d1b74dc13
commit 0dcb58a910

View File

@@ -32,8 +32,10 @@ if bashio::supervisor.ping; then
' Please, share the above information when looking for help'
bashio::log.blue \
' or support in, e.g., GitHub, forums'
bashio::log.blue \
'-----------------------------------------------------------'
bashio::log.green \
' https://github.com/alexbelgium/hassio-addons'
' Provided by: https://github.com/alexbelgium/hassio-addons '
bashio::log.blue \
'-----------------------------------------------------------'
fi
@@ -42,7 +44,8 @@ fi
# Global actions for all addons
# ==============================================================================
if bashio::config.has_value "PUID" && bashio::config.has_value "PGID"; then
bashio::log.green "Defining permissions for main user :"
bashio::log.green \
' Defining permissions for main user : '
PUID="$(bashio::config "PUID")"
PGID="$(bashio::config "PGID")"
bashio::log.blue "User UID: $PUID"