File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 33# Fail on error
44set -e
55
6- export RUNTIME_CLASS=" Bref\ConsoleRuntime\Main"
6+ # check if the RUNTIME_CLASS is already set
7+ if [ -z " ${RUNTIME_CLASS} " ]; then
8+ export RUNTIME_CLASS=" Bref\ConsoleRuntime\Main"
9+ fi
710
811while true
912do
Original file line number Diff line number Diff line change 33# Fail on error
44set -e
55
6- export RUNTIME_CLASS=" Bref\FpmRuntime\Main"
6+ # check if the RUNTIME_CLASS is already set
7+ if [ -z " ${RUNTIME_CLASS} " ]; then
8+ export RUNTIME_CLASS=" Bref\FpmRuntime\Main"
9+ fi
710
811while true
912do
Original file line number Diff line number Diff line change 33# Fail on error
44set -e
55
6- export RUNTIME_CLASS=" Bref\FunctionRuntime\Main"
6+ # check if the RUNTIME_CLASS is already set
7+ if [ -z " ${RUNTIME_CLASS} " ]; then
8+ export RUNTIME_CLASS=" Bref\FunctionRuntime\Main"
9+ fi
710
811while true
912do
You can’t perform that action at this time.
0 commit comments