Disable Gitea workflows and stabilize VNC startup
Pause automated builds while updating the image, and improve VNC startup/logging with a one-way clipboard bridge for reliable browser sync.
This commit is contained in:
5
log-prefix.sh
Normal file
5
log-prefix.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Wrapper script to prefix output with program name
|
||||
PROGRAM_NAME="$1"
|
||||
shift
|
||||
exec "$@" 2>&1 | stdbuf -oL -eL sed "s/^/[$PROGRAM_NAME] /"
|
||||
Reference in New Issue
Block a user