diff options
| author | batsumaru <> | 2026-07-01 15:40:07 +0900 |
|---|---|---|
| committer | batsumaru <> | 2026-07-01 15:40:07 +0900 |
| commit | aa73d4e03d0905b884cde1ed3c2f0bdf35f5ef30 (patch) | |
| tree | 01422390e9c65d45b132f7dbead1c50dea3c4cca /statuspage/checks | |
| parent | dfec6df2fb876fadb20d24a5bd8f4b4400a0f659 (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/checks')
| -rwxr-xr-x[-rw-r--r--] | statuspage/checks/caddy.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | statuspage/checks/ddclient.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | statuspage/checks/hw.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | statuspage/checks/jail-cgit.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | statuspage/checks/jail-www.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | statuspage/checks/wireguard.sh | 0 |
6 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 |
