修复执行shell脚本任务

This commit is contained in:
hanhh
2021-06-23 18:58:32 +08:00
parent c9fecae67a
commit 4d4d31431d
2 changed files with 2 additions and 3 deletions
-3
View File
@@ -426,9 +426,6 @@ main() {
rmlog)
. $dir_shell/rmlog.sh "$p2" | tee $log_path
;;
code)
. $dir_shell/code.sh
;;
bot)
. $dir_shell/bot.sh
;;