Skip to content

Commit 57c0389

Browse files
committed
fix
1 parent 7776785 commit 57c0389

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

github-runner/node-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ RUNNER_DIR=${RUNNER_DIR:-"/opt/github-runner"}
7272
LABELS="self-hosted,linux,node,${ENV}"
7373
# Runner user and group
7474
RUNAS_USER="${RUNAS_USER:-provision}"
75-
RUNAS_GROUP="${RUNAS_GROUP:-application}"
75+
RUNAS_GROUP="${RUNAS_GROUP:-provision}"
7676

7777

7878
# --- DETERMINE REGISTRATION URL ---

scripts/bootstrap/create-provision-user.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ usage() {
2929

3030
# TODO: Make UID/GID configurable via options
3131
GROUP_ID=1000
32-
GROUP_NAME="application"
32+
GROUP_NAME="provision"
3333
USER_ID=1000
3434
USER_NAME="provision"
3535

scripts/bootstrap/opencrvs-bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -e
1515
PROVISION_UID=1000
1616
PROVISION_GID=1000
1717
PROVISION_USER="provision"
18-
PROVISION_GROUP="application"
18+
PROVISION_GROUP="provision"
1919
MIN_UBUNTU_VERSION="24.04"
2020

2121
# --- Helper Functions --- #

0 commit comments

Comments
 (0)