Skip to content

Commit

Permalink
#233 Rest server blocks cli keystore file
Browse files Browse the repository at this point in the history
  • Loading branch information
arturalbov authored and hleb-albau committed Feb 5, 2019
1 parent b46789a commit bf84536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_script.sh
Expand Up @@ -16,7 +16,7 @@ if [ $status -ne 0 ]; then
fi

# Start the second process
cyberdcli rest-server --cors=* --trust-node --chain-id=euler-1 --laddr=tcp://0.0.0.0:1317 --indent --insecure . &
cyberdcli rest-server --cors=* --trust-node --chain-id=euler-1 --laddr=tcp://0.0.0.0:1317 --indent --insecure --home=/root/.cyberdcli_fakepath . &
status=$?
if [ $status -ne 0 ]; then
echo "Failed to start cyberd light-client: $status"
Expand Down

0 comments on commit bf84536

Please sign in to comment.