CLOUDSTACK-8488: network with LB fails to restart as the bash script mangles the escape characters, fixed

This commit is contained in:
Abhinandan Prateek 2015-05-22 16:24:20 +05:30
parent 1c81b241e7
commit ad6ac9bb10
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ do
file=$line
log_it "VR config: creating file: $file"
rm -f $file
while read line
while read -r line
do
if [ "$line" == "</file>" ]
then