Created
April 8, 2019 13:33
-
-
Save EricSeastrand/2e3caa712a6450c07e6849bc8927f6c6 to your computer and use it in GitHub Desktop.
Sed command to automagically disable a bunch of Magento 1 modules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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