diff --git a/build.sh b/build.sh index 19a7e1ec..1de3f346 100755 --- a/build.sh +++ b/build.sh @@ -19,7 +19,7 @@ _get_repo() ( git checkout -f "origin/$3" -B "build" 2>/dev/null || git checkout "$3" -B "build" ) -OMR_DIST=${OMR_DIST:-antrouter} +OMR_DIST=${OMR_DIST:-openmptcprouter} OMR_HOST=${OMR_HOST:-$(curl -sS ifconfig.co)} OMR_PORT=${OMR_PORT:-80} OMR_KEEPBIN=${OMR_KEEPBIN:-no}