Removed double line

This commit is contained in:
Kroese 2023-04-04 22:44:08 +02:00 committed by GitHub
parent bddd5b082c
commit b0fc10431b

View File

@ -90,7 +90,6 @@ configureNatNetworks () {
MAJOR=""
_DhcpIP=""
# Create the necessary file structure for /dev/net/tun
# Create the necessary file structure for /dev/net/tun
if [ ! -c /dev/net/tun ]; then
[ ! -d /dev/net ] && mkdir -m 755 /dev/net