summaryrefslogtreecommitdiff
path: root/recipes-misc
diff options
context:
space:
mode:
authorTravis McCollum <x85446@yahoo.com>2021-01-15 15:27:06 -0600
committerTravis McCollum <x85446@yahoo.com>2021-01-15 19:52:28 -0600
commit2480fef856317a67c8fb26400cb996cab1ac9a76 (patch)
treed3ed2463fe2a28172fe5fef00712693151c496ec /recipes-misc
parent544aa5d2f49de6edc99aecfd84381f6b7e6d380c (diff)
removed nodepath as it now resides inside relay-term's home folder and we no longer need to use Openssl 1.0 lib
Diffstat (limited to 'recipes-misc')
-rw-r--r--recipes-misc/path-set/files/pelionpath.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-misc/path-set/files/pelionpath.sh b/recipes-misc/path-set/files/pelionpath.sh
index e365646..982a946 100644
--- a/recipes-misc/path-set/files/pelionpath.sh
+++ b/recipes-misc/path-set/files/pelionpath.sh
@@ -30,8 +30,6 @@ if [ -x /usr/bin/dircolors ]; then
alias egrep='egrep --color=auto'
fi
-export NODE_PATH="/wigwag/devicejs-core-modules/node_modules/"
-export LD_PRELOAD="/usr/lib/libcrypto.so.1.0.2"
export PATH="/wigwag/system/bin:/wigwag/system/lib:/wigwag/system/lib/bash:$PATH"
export LD_LIBRARY_PATH="/wigwag/system/lib:/wigwag/system/lib/bash:$LD_LIBRARY_PATH"
export BASHLIBS="/wigwag/system/lib/bash/:$BASHLIBS"