From 7b831542452d8b5a07f9150bda98e389a3c108c5 Mon Sep 17 00:00:00 2001 From: bjdgyc Date: Fri, 14 Oct 2022 17:25:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbuild=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- build_docker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 76acaf5..59c1456 100644 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/env bash +#!/bin/bash set -x function RETVAL() { diff --git a/build_docker.sh b/build_docker.sh index 80d38ac..fad70ff 100644 --- a/build_docker.sh +++ b/build_docker.sh @@ -1,4 +1,4 @@ -#!/bin/env bash +#!/bin/bash ver=`cat server/base/app_ver.go | grep APP_VER | awk '{print $3}' | sed 's/"//g'` echo $ver