mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-24 15:53:24 +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:
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -eo pipefail
|
||||
|
||||
# Copyright OpenFaaS Author(s) 2022
|
||||
|
||||
|
Reference in New Issue
Block a user