Skip to content

Instantly share code, notes, and snippets.

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 robi09/8b65d699f73bf3cd84e4808481a00c19 to your computer and use it in GitHub Desktop.
Save robi09/8b65d699f73bf3cd84e4808481a00c19 to your computer and use it in GitHub Desktop.
gp doctor for all sites
for wpconfig in /var/www/*/wp-config.php; do \
echo; site=${wpconfig%\/wp-config.php}; site=${site#\/var\/www\/}; \
gp wp $site doctor check --all
echo
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment