diff options
| author | ckonstanski <kostcarl@isu.edu> | 2026-08-15 18:14:22 -0600 |
|---|---|---|
| committer | ckonstanski <kostcarl@isu.edu> | 2026-08-15 18:14:22 -0600 |
| commit | f4a799d630280a44921376e101d45f337aeb7af9 (patch) | |
| tree | 13f879dc526755763052be78059c4ab846bf11c1 /ci/env.sh | |
| parent | b19f361c2d01d72805eee64e00ff601551e3a8fe (diff) | |
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) |
