From ece058e9da98276835b3ddd7ca7ba24ac2b6d337 Mon Sep 17 00:00:00 2001 From: Chris Cowan Date: Wed, 22 Oct 2025 10:17:06 -0700 Subject: [PATCH] debugging --- services/backupbot/run | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/backupbot/run b/services/backupbot/run index d2a0e79..3f9b0c5 100644 --- a/services/backupbot/run +++ b/services/backupbot/run @@ -20,6 +20,12 @@ fi # Start Python HTTP server for web config in background cd /config/web + +if [ ! -f /config/log/web.log ]; then + mkdir -p /config/log + touch /config/log/web.log +fi + nohup python3 -m http.server 8080 --cgi >/config/log/web.log 2>&1 & # Start backup scheduler