Skip to content

Commit 3e0c7e4

Browse files
author
enoch85
committed
modified: wordpress-startup-script.sh
1 parent c51df21 commit 3e0c7e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wordpress-startup-script.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ LETS_ENC="https://raw.githubusercontent.com/enoch85/wordpress-vm/master/lets-enc
2121
exit 1
2222
fi
2323

24-
# Set correct interface
2524
# Set correct interface
2625
{ sed '/# The primary network interface/q' /etc/network/interfaces; printf 'auto %s\niface %s inet dhcp\n# This is an autoconfigured IPv6 interface\niface %s inet6 auto\n' "$IFACE" "$IFACE" "$IFACE"; } > /etc/network/interfaces.new
2726
mv /etc/network/interfaces.new /etc/network/interfaces

0 commit comments

Comments
 (0)