From f4a799d630280a44921376e101d45f337aeb7af9 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sat, 15 Aug 2026 18:14:22 -0600 Subject: stuff --- ci/env.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ci/env.sh') diff --git a/ci/env.sh b/ci/env.sh index a49fb54..7fe3763 100644 --- a/ci/env.sh +++ b/ci/env.sh @@ -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) -- cgit v1.3