1
0

Update jump-box/startup.bash
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
2026-09-25 22:39:52 +00:00
parent 9e88b9ecfc
commit bb1022074a

View File

@@ -5,6 +5,7 @@ groupadd --gid "$TARGET_GID" "$TARGET_USER"
# --no-create-home since we assume the home dir will be mounted in the container
adduser --gid "$TARGET_GID" --uid "$TARGET_UID" --no-create-home "$TARGET_USER"
touch /var/log/container-stdout.log
chown "$TARGET_USER":"$TARGET_USER" /var/log/container-stdout.log
echo "Ready."