From 4e04d3915cbf579b39b47451ca2bdeaf81bcad74 Mon Sep 17 00:00:00 2001 From: Eric Gullickson <16152721+ericgullickson@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:15:54 -0600 Subject: [PATCH] fix: missed a line --- .gitea/workflows/staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/staging.yaml b/.gitea/workflows/staging.yaml index 1014ef9..106e88e 100644 --- a/.gitea/workflows/staging.yaml +++ b/.gitea/workflows/staging.yaml @@ -121,7 +121,7 @@ jobs: if [ ! -f data/traefik/acme.json ]; then sudo touch data/traefik/acme.json fi - chmod 600 data/traefik/acme.json + sudo chmod 600 data/traefik/acme.json - name: Pull new images run: |