mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 12:52:04 +08:00
修改以符合用法
This commit is contained in:
@@ -33,7 +33,7 @@ case $1 in
|
|||||||
echo "$IS_UPGRADE_ERROR" > /tmp/spark-store-app-upgrade-status.txt
|
echo "$IS_UPGRADE_ERROR" > /tmp/spark-store-app-upgrade-status.txt
|
||||||
;;
|
;;
|
||||||
test-install-app)
|
test-install-app)
|
||||||
try_run_output=$(aptss --dry-run install $@)
|
try_run_output=$(aptss --dry-run install $2)
|
||||||
try_run_ret="$?"
|
try_run_ret="$?"
|
||||||
|
|
||||||
if [ "$try_run_ret" -ne 0 ]
|
if [ "$try_run_ret" -ne 0 ]
|
||||||
|
|||||||
Reference in New Issue
Block a user