carribeiro / vdeli

Video Delivery Network
2 stars 0 forks source link

Remove .bak files left by fabric sed #20

Open carribeiro opened 13 years ago

carribeiro commented 13 years ago

The sed command on fabric is leaving *.bak files after doing the substitutions. These files have either:

1) to be removed from the dir, by rm'ing them after sed runs. 2) by using some option in fabric's sed() that disables the backup file.