nodejs path should be BINDIR not TARBIN
authorDan Scott <dscott@laurentian.ca>
Thu, 13 Apr 2017 12:02:11 +0000 (08:02 -0400)
committerDan Scott <dscott@laurentian.ca>
Thu, 13 Apr 2017 12:02:11 +0000 (08:02 -0400)
Signed-off-by: Dan Scott <dscott@laurentian.ca>
installer/jessie/eg_jessie_installer.sh
installer/wheezy/eg_wheezy_installer.sh

index fa327e2..c6eea38 100755 (executable)
@@ -369,7 +369,7 @@ function test_and_build_eg_browser_client {
     wget -N $NODEJS_BINARY
     tar xf $NODEJS_TARBIN
     echo Return Value = $?
-    export PATH=$PATH:/home/opensrf/$NODEJS_TARBIN/bin
+    export PATH=$PATH:/home/opensrf/$NODEJS_BINDIR/bin
     npm update
     echo Return Value = $?
     npm install -g grunt-cli    # install grunt
index 99cffd6..947ff19 100755 (executable)
@@ -377,7 +377,7 @@ function test_and_build_eg_browser_client {
     wget -N $NODEJS_BINARY
     tar xf $NODEJS_TARBIN
     echo Return Value = $?
-    export PATH=$PATH:/home/opensrf/$NODEJS_TARBIN/bin
+    export PATH=$PATH:/home/opensrf/$NODEJS_BINDIR/bin
     echo Return Value = $?
     npm update
     echo Return Value = $?