mirror of
https://github.com/zardus/ctf-tools
synced 2024-11-10 08:24:12 +00:00
use bash -e to catch errors
This commit is contained in:
parent
b577affabd
commit
71638f76e3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/bash -e
|
||||
|
||||
# move to ctftools virtual env
|
||||
source ctf-tools-venv-activate
|
||||
|
|
Loading…
Reference in a new issue