]> git.sur5r.net Git - bacula/bacula/blob - bacula/scripts/gconsole.in
ebl Fix STDERR/STDOUT redirection
[bacula/bacula] / bacula / scripts / gconsole.in
1 #!/bin/sh
2 #
3 # Run bgnome-console with test config file
4 #
5 if [ $# = 1 ] ; then
6    echo "doing bgnome-console $1.conf"
7    @sbindir@/bgnome-console -c $1.conf
8 else
9    @sbindir@/bgnome-console -c @sysconfdir@/bgnome-console.conf
10 fi