mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Shell script error handling (#628)
* fn: fortify shell scripts with euo pipefail
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
set -exuo pipefail
|
||||
|
||||
user="fnproject"
|
||||
image="fnserver"
|
||||
|
||||
Reference in New Issue
Block a user