mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6714: monitor script echo service command is added with quotes
This commit is contained in:
parent
965346cad1
commit
6052a181dd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue