generate-env: export UID, GID

This commit is contained in:
Tobias Schmidl 2023-04-05 19:13:27 +02:00
parent fb7b113d70
commit 485ad89990

View file

@ -18,6 +18,9 @@ command -v ip >/dev/null 2>&1 &&
[ ! -r "$TARGET_FILE" ] && echo "$LOCAL_IP" > "$TARGET_FILE"
}
export UID
export GID
# Make sure we include this part only once
[ -n "$USER_ENVIRONMENT_GENERATORS" ] && return
export USER_ENVIRONMENT_GENERATORS=1