Skip to content

Commit

Permalink
Print a message at the end saying how it went
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Zimmerman committed Dec 2, 2011
1 parent 5f9ac03 commit ac2b64a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lockerbox.sh
Expand Up @@ -270,7 +270,11 @@ fi

cd Locker
CXXFLAGS="-I${BASEDIR}/local/include" LD_LIBRARY_PATH="${BASEDIR}/local/lib" LIBRARY_PATH="${BASEDIR}/local/lib" npm install
python setupEnv.py
if python setupEnv.py; then
echo "Looks like everything worked!"
else
echo "Something went wrong. :-/"
fi

# This won't work until we have API keys -mdz 2011-12-01
# node lockerd.js

0 comments on commit ac2b64a

Please sign in to comment.