From c2f98482362781f6c2c98c095cc973fc11241ef4 Mon Sep 17 00:00:00 2001 From: simfor99 Date: Wed, 14 Jan 2026 07:56:11 +0100 Subject: [PATCH] fix: add execute permission to shell scripts Makes start.sh and start_ui.sh executable for Unix/Linux/macOS users. Co-Authored-By: Claude Opus 4.5 --- start.sh | 0 start_ui.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 start.sh mode change 100644 => 100755 start_ui.sh diff --git a/start.sh b/start.sh old mode 100644 new mode 100755 diff --git a/start_ui.sh b/start_ui.sh old mode 100644 new mode 100755