]> git.sur5r.net Git - bacula/bacula/blob - scripts/gconsole.in
Make out of freespace non-fatal for removable devices -- i.e. behaves like tape
[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