From 981da971cd42330bfadf7eb8f0850770c545bb81 Mon Sep 17 00:00:00 2001 From: Chris Cowan Date: Wed, 22 Oct 2025 01:33:50 -0700 Subject: [PATCH] one more time --- Dockerfile | 2 +- web/{ => cgi-bin}/backupbot.cgi | 0 web/index.html | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename web/{ => cgi-bin}/backupbot.cgi (100%) diff --git a/Dockerfile b/Dockerfile index da5ce4d..d4b526e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN chmod +x /etc/services.d/backupbot/run # Copy web frontend COPY web /defaults/web -RUN chmod +x /defaults/web/backupbot.cgi +RUN chmod +x /defaults/web/cgi-bin/backupbot.cgi # Expose web frontend port EXPOSE 8080 diff --git a/web/backupbot.cgi b/web/cgi-bin/backupbot.cgi similarity index 100% rename from web/backupbot.cgi rename to web/cgi-bin/backupbot.cgi diff --git a/web/index.html b/web/index.html index f7cc481..c31c7c0 100644 --- a/web/index.html +++ b/web/index.html @@ -62,7 +62,7 @@