Skip to content

Commit

Permalink
Print success at service install
Browse files Browse the repository at this point in the history
  • Loading branch information
FastGeert committed Dec 3, 2019
1 parent f77b8e9 commit e090502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/giginit/svc_install.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func installService(name, desc string) error {
s.Delete()
return fmt.Errorf("SetupEventLogSource() failed: %s", err)
}
fmt.Println(1, "Service installed successfully!")
return nil
}

Expand Down

0 comments on commit e090502

Please sign in to comment.