From f599bcfef97f3b94c455596a274009839a1a3788 Mon Sep 17 00:00:00 2001 From: trick77 Date: Sun, 8 Jan 2017 13:56:08 +0100 Subject: [PATCH] Bugfix if multiple interfaces are present --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 76335696..0307bd2e 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -236,7 +236,7 @@ chooseInterface() { local firstLoop=1 if [[ $(echo "${availableInterfaces}" | wc -l) -eq 1 ]]; then - PIHOLE_INTERFACE=${availableInterfaces} + PIHOLE_INTERFACE="${availableInterfaces}" return fi