From 3956dd3bdccafda351c56df69ac33d90f31d9cfe Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Fri, 13 Aug 2021 13:34:24 +0200 Subject: [PATCH] fix(php): fail on error when upgrading php (#10056) Refs: MON-7341 --- bin/migrate_php73.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/migrate_php73.sh b/bin/migrate_php73.sh index 31ace72a509..fa343b4edf8 100644 --- a/bin/migrate_php73.sh +++ b/bin/migrate_php73.sh @@ -31,6 +31,8 @@ # # For more information : contact@centreon.com +set -e + function usage() { cat <