Typo
darcs-hash:20050906104346-d1718-ccad902c73bbae4ce46438cf44a7aba1091feab8.gz
This commit is contained in:
parent
6aa4174b8f
commit
603d58fad3
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ NVRAM_wl0_radio=%(ON)d
|
|||
|
||||
# On fait du menage
|
||||
os.system("find %s -name CVS -type d -exec rm -rf {} \\; 2> /dev/null" % WORK)
|
||||
os.system("find %s -name *~ -type f -exec rm -f {} \\;" % WORK)
|
||||
os.system("find %s -name '*~' -type f -exec rm -f {} \\;" % WORK)
|
||||
# Ensuite, on créé le tar
|
||||
os.system("tar zcf %s/%s.tmp.tar.gz -C %s ." % (TARGET, borne.nom(), WORK))
|
||||
# Et on le renomme (on espère que c'est atomique)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue