mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复执行shell脚本任务
This commit is contained in:
@@ -12,6 +12,8 @@ define_program() {
|
||||
which_program="node"
|
||||
elif [[ $p1 == *.py ]]; then
|
||||
which_program="python3"
|
||||
elif [[ $p1 == *.sh ]]; then
|
||||
which_program="bash"
|
||||
else
|
||||
which_program=""
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user