From 50ab1280ba84a9f91da655fc0e23c0618bdcdb8f Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 11 Sep 2017 21:25:02 -0700 Subject: [PATCH] syntax --- bin/openaps-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/openaps-bootstrap.sh b/bin/openaps-bootstrap.sh index d23832f41..8e1b44618 100644 --- a/bin/openaps-bootstrap.sh +++ b/bin/openaps-bootstrap.sh @@ -31,5 +31,5 @@ echo -ne "\nWifi SSID: "; iwgetid -r sleep 5 # TODO check for options to fix the certificate activation error message for https # TODO: change back to dev after merging nodejs-8 to dev, then to master after release -cd /tmp/; wget --no-check-certificate https://raw.githubusercontent.com/openaps/oref0/nodejs-8/bin/openaps-install.sh bash ./openaps-install.sh +cd /tmp/; wget --no-check-certificate https://raw.githubusercontent.com/openaps/oref0/nodejs-8/bin/openaps-install.sh; bash ./openaps-install.sh )