#!/bin/sh
#
# Run bgnome-console with test config file
#
if [ $# = 1 ] ; then
   echo "doing bgnome-console $1.conf"
   /usr/sbin/bgnome-console -c $1.conf
else
   /usr/sbin/bgnome-console -c /etc/bacula2/bgnome-console.conf
fi
