Do not exit immediately on error in entrypoint scripts

This commit is contained in:
Robert Schmidt
2022-10-20 13:10:06 +02:00
parent 3bc86d69c0
commit 3462357b3b
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -euo pipefail
set -uo pipefail
PREFIX=/opt/oai-enb
RRC_INACTIVITY_THRESHOLD=${RRC_INACTIVITY_THRESHOLD:-0}

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -euo pipefail
set -uo pipefail
PREFIX=/opt/oai-gnb
ENABLE_X2=${ENABLE_X2:-yes}

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -euo pipefail
set -uo pipefail
PREFIX=/opt/oai-lte-ru

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -euo pipefail
set -uo pipefail
PREFIX=/opt/oai-lte-ue

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -euo pipefail
set -uo pipefail
PREFIX=/opt/oai-nr-ue