@cryptotaxi247 / netdata-1 / commits / 6322529ce

Added dummy `--enable-ebpf` flag to avoid breaking updates. (#9310)

Austin S. Hemmelgarn committed Jun 11, 2020 at 04:54 UTC 6322529ce9b35cc8ebce09630967e2e4f21df60b
1 file changed +1
netdata-installer.sh
+1
@@ -259,6 +259,7 @@ while [ -n "${1}" ]; do
259 "--disable-x86-sse") NETDATA_CONFIGURE_OPTIONS="${NETDATA_CONFIGURE_OPTIONS//--disable-x86-sse/} --disable-x86-sse" ;;
260 "--disable-telemetry") NETDATA_DISABLE_TELEMETRY=1 ;;
261 "--disable-go") NETDATA_DISABLE_GO=1 ;;
262 + "--enable-ebpf") NETDATA_DISABLE_EBPF=0 ;;
263 "--disable-ebpf") NETDATA_DISABLE_EBPF=1 ;;
264 "--disable-cloud")
265 if [ -n "${NETDATA_REQUIRE_CLOUD}" ]; then