Merge branch 'cascade' of github.com:ava-labs/gecko into cascade

This commit is contained in:
StephenButtolph 2020-04-02 17:20:33 -04:00
commit 4c4cc58b04
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
set -ex
keypath=$GOPATH/src/github.com/ava-labs/gecko/keys/mykey
keypath=$GOPATH/src/github.com/ava-labs/gecko/keys
if test -f "$keypath/staker.key" || test -f "$keypath/staker.crt"; then
echo "staker.key or staker.crt already exists. Not generating new key/certificiate."