From 2ec24b6dc0a4260572aad7342ab7cbbf0543baba Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Tue, 25 Nov 2025 17:08:42 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=9D=83=E9=99=90=E4=BB=8E=E5=8F=AF=E6=89=A7=E8=A1=8C=E5=8F=98?= =?UTF-8?q?=E4=B8=BA=E4=B8=8D=E5=8F=AF=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将crontab和n9e目录下的部分文件权限从755修改为644,移除可执行权限 --- crontab/autoApt.job | 0 crontab/timeUpdate.job | 0 n9e/compose-mysql/etc-nightingale/script/notify.py | 0 shell/up.bash | 9 +++++++++ 4 files changed, 9 insertions(+) mode change 100755 => 100644 crontab/autoApt.job mode change 100755 => 100644 crontab/timeUpdate.job mode change 100755 => 100644 n9e/compose-mysql/etc-nightingale/script/notify.py create mode 100644 shell/up.bash diff --git a/crontab/autoApt.job b/crontab/autoApt.job old mode 100755 new mode 100644 diff --git a/crontab/timeUpdate.job b/crontab/timeUpdate.job old mode 100755 new mode 100644 diff --git a/n9e/compose-mysql/etc-nightingale/script/notify.py b/n9e/compose-mysql/etc-nightingale/script/notify.py old mode 100755 new mode 100644 diff --git a/shell/up.bash b/shell/up.bash new file mode 100644 index 0000000..a565432 --- /dev/null +++ b/shell/up.bash @@ -0,0 +1,9 @@ +#!/usr/bin/env bash + +## RUN:: bash ./shell/up.bash + +func_up() { + chmod +x ./crontab/*.job +} + +func_up \ No newline at end of file