Wipe all tmp files, not just the logs

pull/4629/head
Richard van den Berg 2019-05-14 17:24:47 +02:00
parent 97ab3ddca0
commit c2a8f0306f
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ rm -f $TMP
echo "Wiping files"
git clean -f -x app/webroot/img/orgs
#git clean -f -x app/webroot/img/custom
git clean -f -x app/tmp/logs/
git clean -f -d -x app/tmp
git clean -f -d -x app/files
echo "Updating taxonomies"