Repository: cloudstack Updated Branches: refs/heads/4.4-forward 497f5e537 -> 45f6bac72
CLOUDSTACK-6714: monitor script echo service command is added with quotes Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/45f6bac7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/45f6bac7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/45f6bac7 Branch: refs/heads/4.4-forward Commit: 45f6bac727bf6631153ac8e17dd7b074759052eb Parents: 497f5e5 Author: Jayapal <jaya...@apache.org> Authored: Tue May 20 11:11:15 2014 +0530 Committer: Jayapal <jaya...@apache.org> Committed: Tue May 20 11:37:40 2014 +0530 ---------------------------------------------------------------------- systemvm/patches/debian/config/opt/cloud/bin/monitor_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/45f6bac7/systemvm/patches/debian/config/opt/cloud/bin/monitor_service.sh ---------------------------------------------------------------------- diff --git a/systemvm/patches/debian/config/opt/cloud/bin/monitor_service.sh b/systemvm/patches/debian/config/opt/cloud/bin/monitor_service.sh index a5e704d..dfc6463 100755 --- a/systemvm/patches/debian/config/opt/cloud/bin/monitor_service.sh +++ b/systemvm/patches/debian/config/opt/cloud/bin/monitor_service.sh @@ -45,7 +45,7 @@ processname=$(echo $s | cut -d: -f2); service_name=$(echo $s | cut -d: -f3); pidfile=$(echo $s | cut -d: -f4); -echo $service >> $configFile; +echo "$service" >> $configFile; echo $processname >> $configFile echo $service_name >> $configFile echo $pidfile >> $configFile