Commit 5941eae2 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

style: Empty line

parent 5fa117c4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -146,7 +146,6 @@ configureNAT () {

  ip link set dev "${VM_NET_TAP}" master dockerbridge


  # Add internet connection to the VM
  IP=$(ip address show dev "${VM_NET_DEV}" | grep inet | awk '/inet / { print $2 }' | cut -f1 -d/)