12 Jun 2010
WordPress Update Script
I have been using this script crontomagically update my wordpress installs on a VPS I host, thought it could be useful to others.
I remember releasing and older version of it before, but this one is way nicer. It works in both FreeBSD and Linux.
* Usage: $ ./update-wordpress.sh <wordpress_install> [FETCH] * Examples: # Fetch latest version of wordpress and update /var/www/blog $ ./update-wordpress.sh /var/www/blog FETCH # Update /var/www/blog2 using last downloaded version $ ./update-wordpress.sh /var/www/blog2
One Response to “WordPress Update Script”