Updated server rev

This commit is contained in:
WolverinDEV 2020-01-24 20:55:20 +01:00
parent e8320a2b93
commit ec41c9099f
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ _build_helper_dir="$(pwd)/build-helpers"
# shellcheck disable=SC2154
if [[ "$no_web" == "1" ]]; then
echo "Disabling web support"
export datapipes_webrtc=0
_web_flag="OFF"
else
_web_flag="ON"