drush cr (clear cache) - all websites

So kann man Cache von mehreren Websites mit Bash+Drush leeren:

for d in /home/*/public_html/ ; do (cd "$d" && echo -e "\n$d\n\n" && drush cr ); done

 

 

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare