
#backup the ssrndb
backup=/opt/Motorola/mcd5000/omcserver/scripts/omcServerDumpDBScript
if [ -d /db/mysql/ssrn/ ]
then
echo "Before upgrading your system, your data base will be backed up."
sleep 2
$backup 2>>/var/log/messages
fi
#TODO: rename the script or move this copy to anothr script

