Skip to content

Commit

Permalink
Fixed Relayer Permission Issue (Ubuntu) (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs authored Feb 16, 2023
1 parent 2a04046 commit 42e2618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockernet/src/start_relayers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ for chain in ${HOST_CHAINS[@]}; do
relayer_config=$STATE/relayer-${chain_name}/config

mkdir -p $relayer_config
chmod -R 777 $STATE/relayer-${chain_name}
cp ${DOCKERNET_HOME}/config/relayer_config.yaml $relayer_config/config.yaml

printf "STRIDE <> $chain - Adding relayer keys..."
Expand Down

0 comments on commit 42e2618

Please sign in to comment.