Skip to content

Commit

Permalink
Make clear-cache.sh quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
myaaghubi committed Aug 1, 2023
1 parent 79b0ee0 commit 57c2eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion symfony-5.4/_benchmark/clear-cache.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
# clear cache
bin/console cache:clear
bin/console cache:clear -q
echo -e "done"
2 changes: 1 addition & 1 deletion symfony-6.3/_benchmark/clear-cache.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
# clear cache
bin/console cache:clear
bin/console cache:clear -q
echo -e "done"

0 comments on commit 57c2eb9

Please sign in to comment.