From 9eb233a97e4fcfcb2365af56935644a160760fd9 Mon Sep 17 00:00:00 2001 From: pan <1029559041@qq.com> Date: Sun, 11 Oct 2020 14:01:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0openresty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/killNode | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/killNode b/shell/killNode index a661908..8d84330 100644 --- a/shell/killNode +++ b/shell/killNode @@ -17,7 +17,7 @@ fi if [ $result -eq 1 ] then - echo "执行$1的运行脚本" + echo "执行$1的运行脚本`pwd`/run.sh" ./run.sh - echo "执行$1的运行脚本返回结果:$?" + echo "执行$1的运行脚本`pwd`/run.sh,exit code:$?" fi