Skip to content

Commit

Permalink
fix setup devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
arturrez committed Nov 15, 2023
1 parent 40259a2 commit 67e9d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ sudo systemctl stop avalanchego
rm -rf /home/ubuntu/.avalanchego/db/
rm -rf /home/ubuntu/.avalanchego/logs/
#name:TASK [start node]
shell: sudo systemctl start avalanchego
sudo systemctl start avalanchego
2 changes: 1 addition & 1 deletion pkg/ssh/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func RunSSHSetupDevNet(host models.Host, nodeInstanceDirPath string) error {
return err
}
// name: setup devnet
return RunOverSSH("Setup DevNet", host, "shell/cleanupDevnet.sh", scriptInputs{})
return RunOverSSH("Setup DevNet", host, "shell/setupDevnet.sh", scriptInputs{})
}

// RunSSHUploadStakingFiles uploads staking files to a remote host via SSH.
Expand Down

0 comments on commit 67e9d58

Please sign in to comment.