1
0
Fork 0
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:
Ycarus 2018-02-02 11:23:20 +01:00
parent 5f5249869a
commit 35737bb1bb

View file

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