From 4ec5bb04fd6a0e2b876bfff5c3fe62cdae99354f Mon Sep 17 00:00:00 2001 From: Edoardo Tosca Date: Tue, 17 Feb 2015 11:09:22 +0000 Subject: [PATCH] Update kube-controller-manager found typo. too many double quotes. --- cluster/ubuntu/initd_scripts/kube-controller-manager | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/ubuntu/initd_scripts/kube-controller-manager b/cluster/ubuntu/initd_scripts/kube-controller-manager index 3418e836643..774b321b98e 100755 --- a/cluster/ubuntu/initd_scripts/kube-controller-manager +++ b/cluster/ubuntu/initd_scripts/kube-controller-manager @@ -59,7 +59,7 @@ KUBE_CONTROLLER_MANAGER_START="start-stop-daemon --make-pidfile \ --pidfile $KUBE_CONTROLLER_MANAGER_PIDFILE \ -- $KUBE_CONTROLLER_MANAGER_OPTS \ ->> "$KUBE_CONTROLLER_MANAGER_LOGFILE" 2>&1 +>> $KUBE_CONTROLLER_MANAGER_LOGFILE" 2>&1 KUBE_CONTROLLER_MANAGER_STOP="start-stop-daemon \ --stop \