From 4f07c2e07b3b98ab5f42d2eab569d21f030a7b65 Mon Sep 17 00:00:00 2001 From: heytcass Date: Wed, 14 Dec 2016 22:54:10 -0500 Subject: [PATCH] Added cd into the libmicrohttpd directory Need to cd into the directory before the wget, otherwise it copies to the overall system, not that specific directory. --- wizard/openzwave-hassbian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/wizard/openzwave-hassbian.sh b/wizard/openzwave-hassbian.sh index 7e6a9db..2ee4fd5 100644 --- a/wizard/openzwave-hassbian.sh +++ b/wizard/openzwave-hassbian.sh @@ -36,6 +36,7 @@ mkdir libmicrohttpd chown homeassistant:homeassistant libmicrohttpd echo "Downloading libmicrohttpd-0.9.19" +cd libmicrohttpd wget ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.19.tar.gz chown homeassistant:homeassistant libmicrohttpd-0.9.19.tar.gz tar zxvf libmicrohttpd-0.9.19.tar.gz