chore: 修改文件权限从可执行变为不可执行

将crontab和n9e目录下的部分文件权限从755修改为644,移除可执行权限
This commit is contained in:
cnphpbb
2025-11-25 17:08:42 +08:00
parent c30a3b9970
commit 2ec24b6dc0
4 changed files with 9 additions and 0 deletions

9
shell/up.bash Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
## RUN:: bash ./shell/up.bash
func_up() {
chmod +x ./crontab/*.job
}
func_up