1
0

Update jump-box/startup.bash

This commit is contained in:
2026-09-25 17:20:18 +00:00
parent 55e4b26dd6
commit 831f930dfb

View File

@@ -6,4 +6,6 @@ adduser --gid "$TARGET_GID" --uid "$TARGET_UID" "$TARGET_USER"
chown "$TARGET_USER":"$TARGET_USER" /var/log/container-stdout.log
echo "Ready."
tail -f /var/log/container-stdout.log
tail -f /var/log/container-stdout.log &
/usr/sbin/sshd -D