Commit c4f8d06e authored by Seblu's avatar Seblu
Browse files

Remove -v touch option

parent 48517531
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ if [[ -e "$tarball" ]]; then
  grep -Ev '^($|#)' data/deleted.files | xargs -n 1 rm -vf

  # Force cache purge
  [ -e conf/local.php ] && touch -v conf/local.php
  [ -e conf/local.php ] && touch conf/local.php
  popd > /dev/null
  rm -v "$tarball"
fi