]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/scripts/gconsole.in
Fix a few more Coverity reported problems.
[bacula/bacula] / bacula / scripts / gconsole.in
index ff0c0283bb9848bda3e44fb826312bc206bca512..a8db17cab875fa79fed3c88d9840397aa03f2ce6 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/sh
 #
-# Run gnome-console with test config file
+# Run bgnome-console with test config file
 #
 if [ $# = 1 ] ; then
-   echo "doing gnome-console $1.conf"
-   @sbindir@/gnome-console -c $1.conf
+   echo "doing bgnome-console $1.conf"
+   @sbindir@/bgnome-console -c $1.conf
 else
-   @sbindir@/gnome-console -c @sysconfdir@/gnome-console.conf
+   @sbindir@/bgnome-console -c @sysconfdir@/bgnome-console.conf
 fi