#!/bin/bash AGCPATH=/usr/share/astguiclient ### adjust the GMT offset for the leads in the vicidial_list table ${AGCPATH}/ADMIN_adjust_GMTnow_on_leads.pl --debug & ### reset several temporary-info tables in the database ${AGCPATH}/AST_reset_mysql_vars.pl & ### optimize the database tables within the asterisk database ${AGCPATH}/AST_DB_optimize.pl &