We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517e76d commit 928dee8Copy full SHA for 928dee8
scripts/rpm/bahmni-batch
@@ -3,10 +3,10 @@
3
. /etc/bahmni-installer/bahmni.conf
4
5
export JOB_NAME=""
6
+export EXTERNAL_COHORT_TYPES=""
7
if [[ -z $1 ]]; then
8
export JOB_NAME="Total Export"
9
else
- export EXTERNAL_COHORT_TYPES=""
10
INPUT_TYPE="$(cut -d'=' -f1 <<< $1)"
11
if [[ "$INPUT_TYPE" == "belongs_to_external_cohort" ]]; then
12
export EXTERNAL_COHORT_TYPES="$(cut -d'=' -f2 <<< $1)"
0 commit comments