]> git.sur5r.net Git - bacula/bacula/blob - bacula/scripts/gconsole.in
Fix breaks in bextract + in restore print only volumes to be actually used
[bacula/bacula] / bacula / scripts / gconsole.in
1 #!/bin/sh
2 #
3 # Run gnome-console with test config file
4 #
5 if [ $# = 1 ] ; then
6    echo "doing gnome-console $1.conf"
7    @sbindir@/gnome-console -c $1.conf
8 else
9    @sbindir@/gnome-console -c @sysconfdir@/gnome-console.conf
10 fi