-e will cause process exit when return code is not 0, only use when debugging.
Signed-off-by: Liu Yinsi liuyinsi@163.com --- sparrow/install-tiny | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sparrow/install-tiny b/sparrow/install-tiny index 1c0b5d2..a291549 100755 --- a/sparrow/install-tiny +++ b/sparrow/install-tiny @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash # SPDX-License-Identifier: MulanPSL-2.0+ # Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved. # For your reference only.