Shell script error handling (#628)

* fn: fortify shell scripts with euo pipefail
This commit is contained in:
Tolga Ceylan
2017-12-23 13:05:41 -08:00
committed by GitHub
parent 4b9716dbfb
commit becd7652b1
3 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -ex
set -exuo pipefail
user="fnproject"
image="fnserver"