diff options
Diffstat (limited to 'ci/env.sh')
| -rw-r--r-- | ci/env.sh | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -export OLO_USERNAME=$(id -un) -export OLO_GROUPNAME=$(id -gn) -export OLO_UID=$(id -u) -export OLO_GID=$(id -g) +export USER_USERNAME=$(id -un) +export USER_GROUPNAME=$(id -gn) +export USER_UID=$(id -u) +export USER_GID=$(id -g) |
