From c80c9b6631bac7a207858b0dd61304c006e5beb8 Mon Sep 17 00:00:00 2001 From: Joe Hughes Date: Tue, 1 Sep 2026 16:34:48 -0700 Subject: [PATCH] Make run.sh executable Content is unchanged; this is a mode change only, 100644 -> 100755. The README tells you to invoke it directly (`sudo ./run.sh`, and again under the manual-launch instructions), and its sibling scripts setup.sh and watchdogs-launcher are both already committed as 100755. setup.sh itself does `chmod +x run.sh` at install time, which is what makes a fresh clone work -- so the tracked mode has simply been out of step with how the file is used. Committing the bit means a clone can run ./run.sh without setup.sh having to patch it first, and stops the chmod showing up as a permanent dirty file in git status afterwards. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01DZnaedMVnFLztkCsmWGVfv --- run.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 run.sh diff --git a/run.sh b/run.sh old mode 100644 new mode 100755