From 3b638a9509d5f6d6ca27ff8f5a3091de098f60dc Mon Sep 17 00:00:00 2001 From: Chever John Date: Thu, 21 Aug 2025 11:31:32 +0800 Subject: [PATCH] feat: Marks script as executable Makes the `start.sh` script executable by changing its permissions. This ensures that the script can be run directly without needing to explicitly call `sh start.sh`. --- start.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 start.sh diff --git a/start.sh b/start.sh old mode 100644 new mode 100755