From 0445fc6fcc1edfd2f592c91789349982805da39b Mon Sep 17 00:00:00 2001 From: whm <973418690@qq.com> Date: Wed, 5 Aug 2026 16:32:09 +0800 Subject: [PATCH] chore: mark Linux deploy scripts executable in git Avoid Permission denied on production when running ./restart.sh after pull. Co-authored-by: Cursor --- pull-and-restart.sh | 0 restart.sh | 0 scripts/lib-aijz-deploy.sh | 0 start.sh | 0 stop.sh | 0 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 pull-and-restart.sh mode change 100644 => 100755 restart.sh mode change 100644 => 100755 scripts/lib-aijz-deploy.sh mode change 100644 => 100755 start.sh mode change 100644 => 100755 stop.sh diff --git a/pull-and-restart.sh b/pull-and-restart.sh old mode 100644 new mode 100755 diff --git a/restart.sh b/restart.sh old mode 100644 new mode 100755 diff --git a/scripts/lib-aijz-deploy.sh b/scripts/lib-aijz-deploy.sh old mode 100644 new mode 100755 diff --git a/start.sh b/start.sh old mode 100644 new mode 100755 diff --git a/stop.sh b/stop.sh old mode 100644 new mode 100755