3 updatedb=/usr/share/diogenes/scripts/updatedb.php
4 dbconfig=/etc/dbconfig-common/diogenes.conf
6 if [ ! -f "$dbconfig" ]; then
7 echo "Could not find config file : $dbconfig"
12 if [ -z "$dbc_dbserver" ]; then
13 dbc_dbserver="localhost"
16 if [ -x "$updatedb" ]; then
17 $updatedb -q -s "$dbc_dbserver" -d "$dbc_dbname" -u "$dbc_dbuser" -p "$dbc_dbpass"