]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/scripts/gconsole.in
Working directory pane in restore. Will get this into the stack next.
[bacula/bacula] / bacula / scripts / gconsole.in
index 44fe4c8d6bc3b6817d9017673468ad45f8b34c48..a8db17cab875fa79fed3c88d9840397aa03f2ce6 100755 (executable)
@@ -1,11 +1,10 @@
 #!/bin/sh
 #
-# Run gnome-console with test config file
+# Run bgnome-console with test config file
 #
-cd @BUILD_DIR@/src/gnome-console
 if [ $# = 1 ] ; then
-   echo "doing gnome-console $1.conf"
-   ./gnome-console -c $1.conf
+   echo "doing bgnome-console $1.conf"
+   @sbindir@/bgnome-console -c $1.conf
 else
-   ./gnome-console -c test-gnome-console.conf
+   @sbindir@/bgnome-console -c @sysconfdir@/bgnome-console.conf
 fi