-
This commit is contained in:
12
boot/update.sh
Executable file
12
boot/update.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
# 每次 git 更行后的操作
|
||||
|
||||
__main() {
|
||||
# service rsyslog restart
|
||||
# service cron restart
|
||||
service cron reload
|
||||
pkill -f '/default/update.sh sleep'
|
||||
|
||||
}
|
||||
|
||||
__main
|
||||
Reference in New Issue
Block a user