From d52344d09985bcb7a3366c6e1498bb31bdd0880e Mon Sep 17 00:00:00 2001 From: "Daniel (Fourdee)" Date: Sat, 8 Oct 2016 13:44:07 +0100 Subject: [PATCH] v10 - minor --- scripts/firstrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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