From aa73d4e03d0905b884cde1ed3c2f0bdf35f5ef30 Mon Sep 17 00:00:00 2001 From: batsumaru <> Date: Wed, 1 Jul 2026 15:40:07 +0900 Subject: 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 --- statuspage/lib/common.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 statuspage/lib/common.sh (limited to 'statuspage/lib/common.sh') diff --git a/statuspage/lib/common.sh b/statuspage/lib/common.sh old mode 100644 new mode 100755 -- cgit v1.3