Correct PUID PGID

This commit is contained in:
Alexandre
2023-04-02 11:38:50 +02:00
parent 65946ced58
commit 78e2b0fd11
4 changed files with 4 additions and 4 deletions

View File

@@ -43,6 +43,8 @@ fi
# ==============================================================================
if bashio::config.has_value "PUID" && bashio::config.has_value "PGID"; then
bashio::log.green "Defining permissions for main user :"
PUID="$(bashio::config "PUID")"
PGID="$(bashio::config "PGID")"
bashio::log.blue "User UID: $PUID"
bashio::log.blue "User GID : $PGID"
groupmod -o -g "$PGID" abc