Joomla Mass Updater 
Version
0.1
Rating
Compatibility
Votes
1
Favoured
11
License
GPL
Non-Commercial
Type
Views
3814
Date Added
4 February 2009
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
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}
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 :-)




