Skip to content

Commit

Permalink
Update setup_routeros.go
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed May 21, 2024
1 parent 5a3bf8e commit 1f9f3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/setup_routeros.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func main() {

var err error
var client *routeros.Client
for i := 0; i < 5; i++ {
for i := 0; i < 12; i++ {
log.Printf("Connection attempt #%v... ", i)
client, err = routeros.Dial(host+":8728", username, password)
if err == nil {
Expand Down

0 comments on commit 1f9f3fd

Please sign in to comment.