fix: change photos path
This commit is contained in:
parent
c221437618
commit
c7d56c8110
6 changed files with 42 additions and 50 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue