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