Add a check for if the monthly DB list (MDBNAMES) is set to "all" then set
DBNAMES to "all"
if [ "${MDBNAMES}" = "all" -a "${DOM}" = "01" ]
then
DBNAMES="all"
fi
This allows for any new DBs that have been added to be picked up at least
monthly.
Nobody/Anonymous ( nobody ) - 2009-08-03 13:03
5
Open
None
Nobody/Anonymous
None
None
Public