Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save EricSeastrand/2e3caa712a6450c07e6849bc8927f6c6 to your computer and use it in GitHub Desktop.
Save EricSeastrand/2e3caa712a6450c07e6849bc8927f6c6 to your computer and use it in GitHub Desktop.
Sed command to automagically disable a bunch of Magento 1 modules
sed -i'' -e's/active>true/active>false/' app/etc/modules/Mirasvit_*.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment