summaryrefslogtreecommitdiff
path: root/statuspage
diff options
context:
space:
mode:
authorbatsumaru <>2026-07-01 15:40:07 +0900
committerbatsumaru <>2026-07-01 15:40:07 +0900
commitaa73d4e03d0905b884cde1ed3c2f0bdf35f5ef30 (patch)
tree01422390e9c65d45b132f7dbead1c50dea3c4cca /statuspage
parentdfec6df2fb876fadb20d24a5bd8f4b4400a0f659 (diff)
Mark statuspage shell scripts executable in git
core.fileMode is false in this repo (Windows checkout), so the earlier commit recorded every checks/*.sh, lib/common.sh, and render.sh as 100644. render.sh skips non-executable files silently, so without this the deployed page would render with zero rows. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Diffstat (limited to 'statuspage')
-rwxr-xr-x[-rw-r--r--]statuspage/checks/caddy.sh0
-rwxr-xr-x[-rw-r--r--]statuspage/checks/ddclient.sh0
-rwxr-xr-x[-rw-r--r--]statuspage/checks/hw.sh0
-rwxr-xr-x[-rw-r--r--]statuspage/checks/jail-cgit.sh0
-rwxr-xr-x[-rw-r--r--]statuspage/checks/jail-www.sh0
-rwxr-xr-x[-rw-r--r--]statuspage/checks/wireguard.sh0
-rwxr-xr-x[-rw-r--r--]statuspage/lib/common.sh0
-rwxr-xr-x[-rw-r--r--]statuspage/render.sh0
8 files changed, 0 insertions, 0 deletions
diff --git a/statuspage/checks/caddy.sh b/statuspage/checks/caddy.sh
index 9e88a00..9e88a00 100644..100755
--- a/statuspage/checks/caddy.sh
+++ b/statuspage/checks/caddy.sh
diff --git a/statuspage/checks/ddclient.sh b/statuspage/checks/ddclient.sh
index 361d252..361d252 100644..100755
--- a/statuspage/checks/ddclient.sh
+++ b/statuspage/checks/ddclient.sh
diff --git a/statuspage/checks/hw.sh b/statuspage/checks/hw.sh
index bc0c669..bc0c669 100644..100755
--- a/statuspage/checks/hw.sh
+++ b/statuspage/checks/hw.sh
diff --git a/statuspage/checks/jail-cgit.sh b/statuspage/checks/jail-cgit.sh
index aabeacf..aabeacf 100644..100755
--- a/statuspage/checks/jail-cgit.sh
+++ b/statuspage/checks/jail-cgit.sh
diff --git a/statuspage/checks/jail-www.sh b/statuspage/checks/jail-www.sh
index 7b6274e..7b6274e 100644..100755
--- a/statuspage/checks/jail-www.sh
+++ b/statuspage/checks/jail-www.sh
diff --git a/statuspage/checks/wireguard.sh b/statuspage/checks/wireguard.sh
index 3a899e5..3a899e5 100644..100755
--- a/statuspage/checks/wireguard.sh
+++ b/statuspage/checks/wireguard.sh
diff --git a/statuspage/lib/common.sh b/statuspage/lib/common.sh
index d063e07..d063e07 100644..100755
--- a/statuspage/lib/common.sh
+++ b/statuspage/lib/common.sh
diff --git a/statuspage/render.sh b/statuspage/render.sh
index 22df5e7..22df5e7 100644..100755
--- a/statuspage/render.sh
+++ b/statuspage/render.sh