Skip to content

Commit 716a6c7

Browse files
author
Daniel Hansson
authored
Add info on where to report bugs
1 parent c51df21 commit 716a6c7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

wordpress-startup-script.sh

Lines changed: 1 addition & 4 deletions
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
@@ -37,9 +36,7 @@ wget -q --spider http://github.com
3736
else
3837
echo
3938
echo "Network NOT OK. You must have a working Network connection to run this script."
40-
echo "You could try to change network settings of this VM to 'Bridged Mode'".
41-
echo "If that doesn't help, please try to un-check 'Replicate physical host' in"
42-
echo "the network settings of the VM."
39+
echo "Please report this to: https://github.com/enoch85/wordpress-vm/issues/new"
4340
exit 1
4441
fi
4542

0 commit comments

Comments
 (0)