Unverified Commit 1a07af78 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Interface variable (#1049)

parent ba62c3ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ configureDHCP() {

configureDNS() {

  local if="$1"
  local fa="$1"
  local ip="$2"
  local mac="$3"
  local host="$4"
@@ -153,7 +153,7 @@ configureDNS() {
  esac

  # Set interfaces
  arguments+=" --interface=$if"
  arguments+=" --interface=$fa"
  arguments+=" --bind-interfaces"

  # Workaround NET_RAW capability