Joomla Mass Updater Tool

Joomla Mass Updater is a bash script fot updating all joomla sites found under a given directory.
Based on JoomlaUpdater tool
Receives as input a directory ( eg /var/www/html ) loops thruogh directories mlooking for Joomla instalations, when found searchs for updates for joomla, backs up directory and applyes the update.

A good script for joomla hosting servers

Give it a test and leav some feedback

Report

byfranky2000 on July 29, 2009
started the script on my server. About 6 Joomla installations were updated successful. The oldest one was 1.5.2.

update (08/03/09)
a closer look into the script detects an error. The path for tar-extracting and tar-removing is calculated wrong. Look at the end of the script and insert a "/". See copied lines:

$SUDO tar zxfp ${JoomlaDir}/${TzFile} -C ${JoomlaDir}
echo "Removing File ${JoomlaDir}${TzFile}"
$SUDO rm ${JoomlaDir}/${TzFile}
Owner's reply

nice
good to get some feedback :-)