From 83154d8c44642e3a167c413c7027934aa5b23bd1 Mon Sep 17 00:00:00 2001 From: githubert Date: Tue, 18 Sep 2012 21:06:28 +0200 Subject: These are two parameters --- ausgezornt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ausgezornt.go') diff --git a/ausgezornt.go b/ausgezornt.go index 26a7e29..f024c2d 100644 --- a/ausgezornt.go +++ b/ausgezornt.go @@ -51,7 +51,7 @@ func main() { if time.Since(last).Hours() > float64(*timeout) { if !c.Club_offen { if !*dryrun { - cmd := exec.Command("shutdown", "-h +5") + cmd := exec.Command("shutdown", "-h", "+5") cmd.Start() } else { fmt.Println("I advise against letting this machine run any longer."); -- cgit