mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-512: add space before
This commit is contained in:
parent
48e7eadb85
commit
cf47a72142
|
|
@ -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" != "" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue