use bash -e to catch errors

This commit is contained in:
Yan 2016-10-13 01:06:35 -07:00
parent b577affabd
commit 71638f76e3

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
# move to ctftools virtual env
source ctf-tools-venv-activate