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

(cherry picked from commit 6052a181dd)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Jayapal 2014-05-20 11:11:15 +05:30 committed by Rohit Yadav
parent df7be28266
commit cd77e702cf
1 changed files with 1 additions and 1 deletions

View File

@ -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