Update Update-scripts-validator.md

This commit is contained in:
phahulin 2018-03-17 22:49:02 +03:00 committed by GitHub
parent 58410935ca
commit b77e107b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ git pull origin master
```
cp group_vars/upd-scripts-validator.example group_vars/all
```
**NOTE**: by default playbook assumes that you are updating your SOKOL validator node. If you are updating CORE validator node, in `group_vars/all` change `SCRIPTS_VALIDATOR_BRANCH` to `"core"` as shown below:
```
SCRIPTS_VALIDATOR_BRANCH: "core"
```
3. create/edit `hosts` file:
```