-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0925a18
commit c3072f0
Showing
5 changed files
with
31 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#!/bin/bash | ||
|
||
if [ -n "$1" ]; then | ||
killall lava-protocol | ||
make install-lavad-protocol | ||
ignite chain build; lavad start | ||
killall lavad lava-protocol | ||
make install-all | ||
lavad start 2>&1 | grep -e "- address:" | grep -e lava_ | grep -e ERR_ | ||
else | ||
echo "dont use this script with vscode debugger" | ||
killall lava-protocol | ||
make install-lavad-protocol | ||
ignite chain serve -v -r 2>&1 | grep -e lava_ -e ERR_ -e IGNITE] -e ! | ||
killall lavad lava-protocol | ||
make install-all | ||
./scripts/init_chain.sh 2>&1 | grep -e "- address:" | grep -e lava_ | grep -e ERR_ | ||
fi |