mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-07-14 13:22:27 +08:00
Exit if sth goes south
This commit is contained in:
parent
b4f6bca70c
commit
66b9b790a4
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
source common.sh
|
||||
set -e
|
||||
[[ $SKIP_DATA_PREPARATION != true ]] && prepare_data
|
||||
|
Loading…
Reference in New Issue
Block a user