]> git.sur5r.net Git - bacula/bacula/commitdiff
add a default bconsole command to bweb starthttp script.
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 5 Aug 2009 09:03:51 +0000 (11:03 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 5 Aug 2009 09:03:51 +0000 (11:03 +0200)
gui/bweb/script/starthttp

index 0b79465d9981e4ca4e82922f2697b4fe7f30dd65..597734cc051357373243d1db90360fa4d7202a6e 100755 (executable)
@@ -28,6 +28,7 @@ if [ ! -f $BWEBBASE/bweb.conf ]; then
     echo "Making configuration template in $BWEBBASE/bweb.conf"
     cat > $BWEBBASE/bweb.conf <<EOF
 \$VAR1 = { template_dir => '$PWD/lang',
+           bconsole => 'bconsole -n',
            fv_write_path => '/tmp/',
  };
 EOF