mirror of https://github.com/MISP/misp-dashboard
- Remove set -e, which prevents execution as soon as a process returns an exit code != 0
parent
721fadba60
commit
0426b07a58
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
GREEN="\\033[1;32m"
|
||||
|
|
Loading…
Reference in New Issue