mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-09-22 19:12:21 +08:00
ssinstall解析绝对路径
This commit is contained in:
parent
ab707c8c2b
commit
d8909b1424
@ -27,7 +27,7 @@ fi
|
|||||||
|
|
||||||
DEBPATH=`realpath $1`
|
DEBPATH=`realpath $1`
|
||||||
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="$?"
|
try_run_ret="$?"
|
||||||
if [ "$try_run_ret" -ne 0 ];then
|
if [ "$try_run_ret" -ne 0 ];then
|
||||||
exit $try_run_ret
|
exit $try_run_ret
|
||||||
|
@ -92,7 +92,7 @@ if [ ! -z "$IS_MD5SUM_CHECKD" ];then
|
|||||||
echo "校验成功,开始安装"
|
echo "校验成功,开始安装"
|
||||||
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="$?"
|
try_run_ret="$?"
|
||||||
if [ "$try_run_ret" -ne 0 ];then
|
if [ "$try_run_ret" -ne 0 ];then
|
||||||
exit $try_run_ret
|
exit $try_run_ret
|
||||||
|
Loading…
x
Reference in New Issue
Block a user