style: Empty line

This commit is contained in:
Kroese 2023-10-09 03:27:45 +02:00 committed by GitHub
parent 5fa117c4d8
commit 5941eae237

View File

@ -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/)