修复build脚本错误

This commit is contained in:
bjdgyc 2022-10-14 17:25:28 +08:00
parent c74ba43cb0
commit 7b83154245
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/env bash
#!/bin/bash
set -x
function RETVAL() {

View File

@ -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