aboutsummaryrefslogtreecommitdiff
path: root/security/teleport/files/patch-lib_services_server.go
blob: f763c90a51db482a795f107bfdeac4349846020a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- lib/services/server.go.orig	2020-07-08 18:08:40 UTC
+++ lib/services/server.go
@@ -546,7 +546,7 @@ type CommandLabelV1 struct {
 	// Period is a time between command runs
 	Period time.Duration `json:"period"`
 	// Command is a command to run
-	Command []string `json:"command"` //["/usr/bin/hostname", "--long"]
+	Command []string `json:"command"` //["/bin/hostname", "--long"]
 	// Result captures standard output
 	Result string `json:"result"`
 }