You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2014/11/25 20:05:03 UTC

[07/20] git commit: updated refs/heads/4.3 to 67df5b9

CLOUDSTACK-6714: monitor script echo service command is added with quotes

(cherry picked from commit 6052a181ddddd7ca5f7c425d56d3eca55fba4aa5)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/cd77e702
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/cd77e702
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/cd77e702

Branch: refs/heads/4.3
Commit: cd77e702cfa5767b6c3d8f3eec8293ba800ae607
Parents: df7be28
Author: Jayapal <ja...@apache.org>
Authored: Tue May 20 11:11:15 2014 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Tue Nov 25 22:55:18 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/cd77e702/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 809c5b7..6741c47 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