mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Replace omr by openmptcprouter
This commit is contained in:
parent
5f5249869a
commit
35737bb1bb
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -13,7 +13,7 @@ _get_repo() {
|
|||
git -C "$1" checkout "origin/$3" -B "build" || git -C "$1" checkout "$3" -B "build"
|
||||
}
|
||||
|
||||
OMR_DIST=${OMR_DIST:-omr}
|
||||
OMR_DIST=${OMR_DIST:-openmptcprouter}
|
||||
OMR_HOST=${OMR_HOST:-$(curl -sS ifconfig.co)}
|
||||
OMR_PORT=${OMR_PORT:-8000}
|
||||
OMR_REPO=${OMR_REPO:-http://$OMR_HOST:$OMR_PORT/$OMR_PATH}
|
||||
|
|
Loading…
Reference in a new issue