Exit if sth goes south

This commit is contained in:
Yifan Gao 2019-12-30 13:57:08 +08:00
parent b4f6bca70c
commit 66b9b790a4

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
source common.sh
set -e
[[ $SKIP_DATA_PREPARATION != true ]] && prepare_data