From cf47a72142ad2458d292ec8d16017d0722049fb4 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Mon, 27 May 2013 21:29:01 +0200 Subject: [PATCH] CLOUDSTACK-512: add space before --- patches/systemvm/debian/config/root/edithosts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/systemvm/debian/config/root/edithosts.sh b/patches/systemvm/debian/config/root/edithosts.sh index b71089d7f3f..5481ea4d247 100755 --- a/patches/systemvm/debian/config/root/edithosts.sh +++ b/patches/systemvm/debian/config/root/edithosts.sh @@ -88,7 +88,7 @@ echo "0 $mac $ip $host *" >> $DHCP_LEASES #edit hosts file as well sed -i /"$ip "/d $HOSTS -sed -i /"$host "/d $HOSTS +sed -i /" $host "/d $HOSTS echo "$ip $host " >> $HOSTS if [ "$dflt" != "" ]