Skip to content

Instantly share code, notes, and snippets.

@doug48
Created August 26, 2016 14:55
Show Gist options
  • Save doug48/fc2e6c88a5de7cd3887e8ffab12c372f to your computer and use it in GitHub Desktop.
Save doug48/fc2e6c88a5de7cd3887e8ffab12c372f to your computer and use it in GitHub Desktop.
Magento 2 flush cache files
#!/usr/bin/env bash
rm -rf /var/www/vhosts/partyshowroom/production/htdocs/var/cache/*
rm -rf /var/www/vhosts/partyshowroom/production/htdocs/var/page_cache/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment