diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/install.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/install.sh b/tools/install.sh index 86f13aa..27418c6 100755 --- a/tools/install.sh +++ b/tools/install.sh | |||
| @@ -25,4 +25,6 @@ export SETTING_DIR=$SETTING_DIR | |||
| 25 | source \$SETTING_DIR/tools/init/load-settings.sh | 25 | source \$SETTING_DIR/tools/init/load-settings.sh |
| 26 | EOF | 26 | EOF |
| 27 | 27 | ||
| 28 | cd "$SETTING_DIR" && make | 28 | cd "$SETTING_DIR" || exit 1 |
| 29 | git swapprotocol | ||
| 30 | make | ||