Skip to content

Commit

Permalink
修正了 前置脚本引入
Browse files Browse the repository at this point in the history
  • Loading branch information
ztj1993 committed Dec 1, 2018
1 parent 0b6ad50 commit 83c6160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shell/Manage/ExecFlow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ source ${ProjectPathShell}/Plugin/Before.sh

### 引入前置脚本
ScriptBefore=$(getFirstExistPath ${ScriptBeforeCustom} ${ScriptBeforePlugin})
[ -f ${ScriptBefore} ] && source ${ScriptBefore}
[ -n "${ScriptBefore}" ] && [ -f ${ScriptBefore} ] && source ${ScriptBefore}

### 引入执行脚本
source ${ScriptFile}
Expand Down

0 comments on commit 83c6160

Please sign in to comment.