1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

B #4964: Fail fast when error (#84)

Signed-off-by: Petr Ospalý <pospaly@opennebula.io>
(cherry picked from commit 4535528aa86a64d0d27d23d5e924fde149838987)
This commit is contained in:
Petr Ospalý 2020-07-17 12:20:11 +02:00 committed by Ruben S. Montero
parent 92237ed08c
commit 0960e83ff3
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -16,6 +16,8 @@
# limitations under the License. #
#--------------------------------------------------------------------------- #
set -e
#-------------------------------------------------------------------------------
# Configuration attributes and parameters
#-------------------------------------------------------------------------------