pas besoin de "-r" au "rm" qui vide juste le dossier "temp/"
This commit is contained in:
parent
746583e20f
commit
21029cfeff
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ do
|
|||
cat "${PWD}"/temp/header.html "${PWD}"/temp/body.html "${PWD}"/temp/footer.html > $path/index.html
|
||||
|
||||
# on nettoie le dossier de taff
|
||||
rm -r "${PWD}"/temp/*
|
||||
rm "${PWD}"/temp/*
|
||||
|
||||
# je crois c'est bon
|
||||
echo "OK: $gmi_file"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue