From 21b486ceb02ee9018ba285cba438e809d6bdf41c Mon Sep 17 00:00:00 2001 From: Terrence Ezrol Date: Sat, 2 Aug 2025 17:08:52 -0400 Subject: [PATCH] cleanup some issues found on another computer in distribution --- hello_xclock.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hello_xclock.sh b/hello_xclock.sh index 665fcda..882daad 100755 --- a/hello_xclock.sh +++ b/hello_xclock.sh @@ -37,11 +37,9 @@ cleanup_stale_logs() { if [ "${1:-}" != "--daemon" ]; then cleanup_stale_logs echo "Launching X11 proxy and container in background..." - mkdir -p "${TEMPBASE}" - # Launch self in background and prepend PID to log nohup "$0" --daemon 2>&1 > "$LOGFILE" & - + sleep 1 #let the pocess start (and echo any nohup warnings) echo "Started background process. Logs: $LOGFILE" exit 0 fi