deployment: exit 1 on 'fatal_error' in insallation scripts

pull/713/head
cruizba 2022-03-30 19:27:52 +02:00
parent 664abf86dc
commit fccde40641
5 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ fatal_error() {
printf "\n =======¡ERROR!======="
printf "\n %s" "$1"
printf "\n"
exit 0
exit 1
}
new_ov_installation() {

View File

@ -13,7 +13,7 @@ fatal_error() {
printf "\n =======¡ERROR!======="
printf "\n %s" "$1"
printf "\n"
exit 0
exit 1
}
new_ov_installation() {

View File

@ -10,7 +10,7 @@ fatal_error() {
printf "\n =======¡ERROR!======="
printf "\n %s" "$1"
printf "\n"
exit 0
exit 1
}
new_coturn_installation() {

View File

@ -18,7 +18,7 @@ fatal_error() {
printf "\n =======¡ERROR!======="
printf "\n %s" "$1"
printf "\n"
exit 0
exit 1
}
docker_command_by_container_image() {

View File

@ -13,7 +13,7 @@ fatal_error() {
printf "\n =======¡ERROR!======="
printf "\n %s" "$1"
printf "\n"
exit 0
exit 1
}
new_ov_installation() {