Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update build script
Browse files Browse the repository at this point in the history
Signed-off-by: notfelineit <[email protected]>
notfelineit committed May 3, 2024

Verified

This commit was signed with the committer’s verified signature.
notfelineit Frances Thai
1 parent cb624f5 commit 0c89470
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/vtadmin/build.sh
Original file line number Diff line number Diff line change
@@ -19,7 +19,9 @@ function output() {
}

script_dir="$(dirname "${BASH_SOURCE[0]:-$0}")"
source "${script_dir}/../../build.env"
pushd ${VTROOT}
source "./build.env"
popd
web_dir="${script_dir}"

vtadmin_api_port=14200

0 comments on commit 0c89470

Please sign in to comment.