Removed double line
This commit is contained in:
parent
bddd5b082c
commit
b0fc10431b
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ configureNatNetworks () {
|
||||||
MAJOR=""
|
MAJOR=""
|
||||||
_DhcpIP=""
|
_DhcpIP=""
|
||||||
|
|
||||||
# Create the necessary file structure for /dev/net/tun
|
|
||||||
# Create the necessary file structure for /dev/net/tun
|
# Create the necessary file structure for /dev/net/tun
|
||||||
if [ ! -c /dev/net/tun ]; then
|
if [ ! -c /dev/net/tun ]; then
|
||||||
[ ! -d /dev/net ] && mkdir -m 755 /dev/net
|
[ ! -d /dev/net ] && mkdir -m 755 /dev/net
|
||||||
|
|
Loading…
Reference in a new issue