mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-15 01:52:21 +08:00
安装失败时输出
This commit is contained in:
parent
d8909b1424
commit
0478df3b49
@ -30,6 +30,7 @@ echo ------------------------------------------------------------
|
||||
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
|
||||
echo "$try_run_output"
|
||||
exit $try_run_ret
|
||||
fi
|
||||
|
||||
|
@ -95,6 +95,7 @@ echo --------------------------------------------------------------------------
|
||||
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
|
||||
echo "$try_run_output"
|
||||
exit $try_run_ret
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user