Skip to content
Snippets Groups Projects
Unverified Commit c7a3a2d8 authored by Marco Ciotola's avatar Marco Ciotola
Browse files

Do not try to run more commands if any fails

parent d89222d6
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -e # Exit immediately if a command exits with a non-zero status.
dropdb helios
createdb helios
python manage.py syncdb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment