mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-08 16:06:47 +00:00
Fix for #215
Now the shell script exits if it encounters an error, instead of continuing. Signed-off-by: Haris Razis <haris@razis.com>
This commit is contained in:
parent
4ecc215a70
commit
b44f57ce4d
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -eo pipefail
|
||||
|
||||
# Copyright OpenFaaS Author(s) 2022
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user