diff --git a/scripts/firstrun b/scripts/firstrun index 2f1928aca5..65f5266d12 100644 --- a/scripts/firstrun +++ b/scripts/firstrun @@ -422,7 +422,7 @@ main() { /tmp/create_swap.sh & # old distros can't handle allow-hotplug - if [[ "$DISTRIBUTION" == "wheezy" || "$DISTRIBUTION" == "trusty" ]]; then + if [[ "$DISTRIBUTION" == "wheezy" || "$DISTRIBUTION" == "trusty" ]]; then sed -i "s/allow-hotplug eth/auto eth/" /etc/network/interfaces sed -i "s/allow-hotplug wlan/auto wlan/" /etc/network/interfaces fi