From c591f4ecfe265cd639f9ee819178affa8826e61e Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 2 Apr 2023 17:58:29 +0200 Subject: [PATCH] Shellcheck --- network.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/network.sh b/network.sh index 4a6698c..f517403 100644 --- a/network.sh +++ b/network.sh @@ -11,10 +11,6 @@ QEMU_BRIDGE='qemubr0' # be valid. This is the dummy address dhcpd is configured to use. DUMMY_DHCPD_IP='10.0.0.1' -# These scripts configure/deconfigure the VM interface on the bridge. -QEMU_IFUP='/run/qemu-ifup' -QEMU_IFDOWN='/run/qemu-ifdown' - # The name of the dhcpd config file we make DHCPD_CONF_FILE='dhcpd.conf'