Set fail on error

This commit is contained in:
Nemo 2017-06-30 23:57:34 +05:30
parent 114495b3bf
commit 07fa3c3a13
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
set -euo pipefail
# Based on https://gist.github.com/benkulbertis/fff10759c2391b6618dd/
CF_KEY=`gkeyring -n CF_KEY --output secret`
CF_EMAIL="capt.n3m0@gmail.com"