mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8488: network with LB fails to restart as the bash script mangles the escape characters, fixed
This commit is contained in:
parent
1c81b241e7
commit
ad6ac9bb10
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue