Update srnd.go
This commit is contained in:
parent
a01d5b0cee
commit
a4a4eb7c2a
2
srnd.go
2
srnd.go
@ -17,7 +17,7 @@ func main() {
|
|||||||
if action == "setup" {
|
if action == "setup" {
|
||||||
log.Println("Setting up SRNd base...")
|
log.Println("Setting up SRNd base...")
|
||||||
daemon.Setup()
|
daemon.Setup()
|
||||||
log.Println("Setup Done")
|
log.Println("\nSetup Completed.")
|
||||||
} else if action == "run" {
|
} else if action == "run" {
|
||||||
log.Printf("Starting up %s...", srnd.Version())
|
log.Printf("Starting up %s...", srnd.Version())
|
||||||
daemon.Setup()
|
daemon.Setup()
|
||||||
|
Reference in New Issue
Block a user