Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Abort start-app.sh script if any command fails.
Browse files Browse the repository at this point in the history
If the virtualenv isn't created the "pip install" command should not be
run as it could pollute your setup.
  • Loading branch information
Paul Furley committed Dec 9, 2013
1 parent 95511e9 commit 89a823e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-app.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e

venvdir=~/.virtualenvs/$(basename $(cd $(dirname $0) && pwd -P))

Expand Down

0 comments on commit 89a823e

Please sign in to comment.