Skip to content
Snippets Groups Projects
Commit bc717ab9 authored by Casey Kuhlman's avatar Casey Kuhlman Committed by Ethan Buchman
Browse files

add start to API mode to eris chain manager script suite

parent 5943b2a0
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
echo Running chain $CHAIN_ID (via ErisDB API)
erisdb $TMROOT
......@@ -108,6 +108,8 @@ case $CMD in
;;
"run" ) $ECM_PATH/chain_run.sh
;;
*) echo "Enter a command for starting the chain (install, new, run)"
"api" ) $ECM_PATH/chain_api.sh
;;
*) echo "Enter a command for starting the chain (install, new, run, api)"
;;
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment