Skip to content

Instantly share code, notes, and snippets.

@simkimsia
Created November 1, 2010 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simkimsia/657818 to your computer and use it in GitHub Desktop.
Save simkimsia/657818 to your computer and use it in GitHub Desktop.
#!/bin/sh
sed -i 's/Configure::write('debug', 2);/Configure::write('debug', 0);/g' /opt/lampp/htdocs/wp/app/config/bootstrap.local.php
# idea is bootstrap.local.php is the file
# original string is Configure::write('debug', 2);
# replace it with Configure::write('debug', 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment