Commit 46145a97 authored by David Dollar's avatar David Dollar

tweak message

parent e44ad22e
...@@ -173,6 +173,6 @@ run_npm "install --production" ...@@ -173,6 +173,6 @@ run_npm "install --production"
run_npm "rebuild" run_npm "rebuild"
echo "Dependencies installed" | indent echo "Dependencies installed" | indent
echo "-----> Setting up .profile" echo "-----> Building runtime environment"
mkdir -p $BUILD_DIR/profile.d mkdir -p $BUILD_DIR/profile.d
echo "export PATH=\"\$HOME/bin:\$HOME/node_modules/.bin:\$PATH\"" > $BUILD_DIR/profile.d/nodejs.sh echo "export PATH=\"\$HOME/bin:\$HOME/node_modules/.bin:\$PATH\"" > $BUILD_DIR/profile.d/nodejs.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment