generate-env: export UID, GID
This commit is contained in:
parent
fb7b113d70
commit
485ad89990
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ command -v ip >/dev/null 2>&1 &&
|
||||||
[ ! -r "$TARGET_FILE" ] && echo "$LOCAL_IP" > "$TARGET_FILE"
|
[ ! -r "$TARGET_FILE" ] && echo "$LOCAL_IP" > "$TARGET_FILE"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export UID
|
||||||
|
export GID
|
||||||
|
|
||||||
# Make sure we include this part only once
|
# Make sure we include this part only once
|
||||||
[ -n "$USER_ENVIRONMENT_GENERATORS" ] && return
|
[ -n "$USER_ENVIRONMENT_GENERATORS" ] && return
|
||||||
export USER_ENVIRONMENT_GENERATORS=1
|
export USER_ENVIRONMENT_GENERATORS=1
|
||||||
|
|
Loading…
Reference in a new issue