From 1f52512a6c598cab6c508bf70c872c80faae2765 Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Mon, 4 Jan 2016 19:00:14 -0600 Subject: [PATCH] Reconfigured setup so that www is cloned before attempting to access it --- setup.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.sh b/setup.sh index b6b2add..f97ed42 100644 --- a/setup.sh +++ b/setup.sh @@ -97,10 +97,7 @@ echo "Setting up POConsole software" mkdir ~/src mkdir ~/.aws cp config ~/.aws/ -cp checkCurrentVersion.py ~/src/ -python ~/src/checkCurrentVersion.py True -cd ~/src/www -npm install + cd ~/setup # echo "Setting up Wifi Access Point and DHCP Server" @@ -125,6 +122,8 @@ git clone https://patrickjmcd@bitbucket.org/poconsole/datalogger.git git clone https://patrickjmcd@bitbucket.org/poconsole/www.git git clone https://patrickjmcd@bitbucket.org/poconsole/filemanager.git +cd ~/src/www +npm install echo "Setup Complete!"