summaryrefslogtreecommitdiff
path: root/scripts/start.sh
diff options
context:
space:
mode:
authorOlcan <[email protected]>2025-04-29 08:43:24 -0700
committerGitHub <[email protected]>2025-04-29 08:43:24 -0700
commit825cecc0891fb8e607c75b7d9f36f147fa7f4124 (patch)
treebdf22bb414b2e13718345ae0d678a552f45c8c6f /scripts/start.sh
parente0de69f3846ecf9de40bb2e02546235d9db53393 (diff)
SANDBOX_SET_UID_GID option for systems where this is necessary (should be only rootful docker on linux w/o userns-remap configured) (#210)
* SANDBOX_SET_UID_GID option for systems where this is necessary (should be only rootful docker on linux w/o userns-remap configured) * Merge remote-tracking branch 'origin/main' into sandbox_uid_gid
Diffstat (limited to 'scripts/start.sh')
-rwxr-xr-xscripts/start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/start.sh b/scripts/start.sh
index b6b94085..c979205e 100755
--- a/scripts/start.sh
+++ b/scripts/start.sh
@@ -30,4 +30,4 @@ else
else
CLI_VERSION='development' DEV=true node ./packages/cli "$@"
fi
-fi \ No newline at end of file
+fi