fix: change photos path

This commit is contained in:
José Oliveira 2021-06-10 18:52:58 +01:00 committed by Josh Harvey
parent c221437618
commit c7d56c8110
6 changed files with 42 additions and 50 deletions

View file

@ -15,7 +15,7 @@ POSTGRES_PASS=postgres123
OFAC_DATA_DIR=$CONFIG_DIR/ofac
IDPHOTOCARD_DIR=$CONFIG_DIR/idphotocard
FRONTCAMERA_DIR=$CONFIG_DIR/frontcamera
IDCARDDATA_DIR=$CONFIG_DIR/idcarddata
OPERATOR_DIR=$CONFIG_DIR/operatordata
mkdir -p $CERT_DIR
mkdir -p $CONFIG_DIR >> $LOG_FILE 2>&1
@ -115,7 +115,7 @@ cat <<EOF > $CONFIG_DIR/lamassu.json
],
"idPhotoCardDir": "$IDPHOTOCARD_DIR",
"frontCameraDir": "$FRONTCAMERA_DIR",
"idCardDataDir": "$IDCARDDATA_DIR"
"operatorDataDir": "$OPERATOR_DIR"
}
EOF