add set -eu

This commit is contained in:
zhuxuetong 2024-06-11 17:57:58 +08:00
parent 03265451e3
commit a42a0adb47
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
# limitations under the License.
#
set -xeuo pipefail
set -eu
script_dir=`dirname $0`
cd $script_dir/../../../target
package_file=`ls apache-dolphinscheduler-*-bin.tar.gz`