mirror of https://github.com/OpenVidu/openvidu.git
deployment: exit 1 on 'fatal_error' in insallation scripts
parent
664abf86dc
commit
fccde40641
|
@ -10,7 +10,7 @@ fatal_error() {
|
|||
printf "\n =======¡ERROR!======="
|
||||
printf "\n %s" "$1"
|
||||
printf "\n"
|
||||
exit 0
|
||||
exit 1
|
||||
}
|
||||
|
||||
new_ov_installation() {
|
||||
|
|
|
@ -13,7 +13,7 @@ fatal_error() {
|
|||
printf "\n =======¡ERROR!======="
|
||||
printf "\n %s" "$1"
|
||||
printf "\n"
|
||||
exit 0
|
||||
exit 1
|
||||
}
|
||||
|
||||
new_ov_installation() {
|
||||
|
|
|
@ -10,7 +10,7 @@ fatal_error() {
|
|||
printf "\n =======¡ERROR!======="
|
||||
printf "\n %s" "$1"
|
||||
printf "\n"
|
||||
exit 0
|
||||
exit 1
|
||||
}
|
||||
|
||||
new_coturn_installation() {
|
||||
|
|
|
@ -18,7 +18,7 @@ fatal_error() {
|
|||
printf "\n =======¡ERROR!======="
|
||||
printf "\n %s" "$1"
|
||||
printf "\n"
|
||||
exit 0
|
||||
exit 1
|
||||
}
|
||||
|
||||
docker_command_by_container_image() {
|
||||
|
|
|
@ -13,7 +13,7 @@ fatal_error() {
|
|||
printf "\n =======¡ERROR!======="
|
||||
printf "\n %s" "$1"
|
||||
printf "\n"
|
||||
exit 0
|
||||
exit 1
|
||||
}
|
||||
|
||||
new_ov_installation() {
|
||||
|
|
Loading…
Reference in New Issue