From d8909b142495ca081ca2efaadc7262c05a1ab044 Mon Sep 17 00:00:00 2001 From: shenmo <jifengshenmo@outlook.com> Date: Thu, 9 Mar 2023 23:21:43 +0800 Subject: [PATCH] =?UTF-8?q?ssinstall=E8=A7=A3=E6=9E=90=E7=BB=9D=E5=AF=B9?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tool/ssaudit | 2 +- tool/ssinstall | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/ssaudit b/tool/ssaudit index 1d479bd..6fe7a38 100755 --- a/tool/ssaudit +++ b/tool/ssaudit @@ -27,7 +27,7 @@ fi DEBPATH=`realpath $1` echo ------------------------------------------------------------ -try_run_output=$(/opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade-worker.sh test-install-app $1) +try_run_output=$(/opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade-worker.sh test-install-app $DEBPATH) try_run_ret="$?" if [ "$try_run_ret" -ne 0 ];then exit $try_run_ret diff --git a/tool/ssinstall b/tool/ssinstall index 5bda13b..71dc5b2 100755 --- a/tool/ssinstall +++ b/tool/ssinstall @@ -92,7 +92,7 @@ if [ ! -z "$IS_MD5SUM_CHECKD" ];then echo "校验成功,开始安装" echo ---------------------------------------------------------------------------------- -try_run_output=$(/opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade-worker.sh test-install-app $1) +try_run_output=$(/opt/durapps/spark-store/bin/update-upgrade/ss-do-upgrade-worker.sh test-install-app "$DEBPATH") try_run_ret="$?" if [ "$try_run_ret" -ne 0 ];then exit $try_run_ret