forked from DevOps/deploy.stack
chore: 修改文件权限从可执行变为不可执行
将crontab和n9e目录下的部分文件权限从755修改为644,移除可执行权限
This commit is contained in:
0
crontab/autoApt.job
Executable file → Normal file
0
crontab/autoApt.job
Executable file → Normal file
0
crontab/timeUpdate.job
Executable file → Normal file
0
crontab/timeUpdate.job
Executable file → Normal file
0
n9e/compose-mysql/etc-nightingale/script/notify.py
Executable file → Normal file
0
n9e/compose-mysql/etc-nightingale/script/notify.py
Executable file → Normal file
9
shell/up.bash
Normal file
9
shell/up.bash
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
## RUN:: bash ./shell/up.bash
|
||||||
|
|
||||||
|
func_up() {
|
||||||
|
chmod +x ./crontab/*.job
|
||||||
|
}
|
||||||
|
|
||||||
|
func_up
|
||||||
Reference in New Issue
Block a user