Skip to content

Commit

Permalink
fix envFile
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderZhi committed Dec 13, 2023
1 parent 00a7d24 commit 65fb0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion witness-service/start_witness.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function downloadConfigFile() {
copyFile "witness-config-bsc.secret.yaml" "witness-config-bsc.secret.yaml" 0
copyFile "witness-config-matic.yaml" "witness-config-matic.yaml" 1
copyFile "witness-config-matic.secret.yaml" "witness-config-matic.secret.yaml" 0
envFile = ${IOTEX_WITNESS}/etc/.env
envFile=${IOTEX_WITNESS}/etc/.env
if [[ ! -f ${envFile} ]]; then
touch ${envFile}
fi
Expand Down

0 comments on commit 65fb0b2

Please sign in to comment.