From ad6ac9bb10eb9744d672e4b715eb6afcc22f0343 Mon Sep 17 00:00:00 2001 From: Abhinandan Prateek Date: Fri, 22 May 2015 16:24:20 +0530 Subject: [PATCH] CLOUDSTACK-8488: network with LB fails to restart as the bash script mangles the escape characters, fixed --- systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh b/systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh index dffa45a3057..7ed7d6b6e87 100755 --- a/systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh +++ b/systemvm/patches/debian/config/opt/cloud/bin/vr_cfg.sh @@ -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" == "" ] then