From: Eric Bollengier Date: Wed, 19 Aug 2009 10:15:18 +0000 (+0200) Subject: bweb: fix bweb.conf path X-Git-Tag: Release-3.0.3~54 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f5162dae416288eebec55e4c8441fb9688c8a3f5;p=bacula%2Fbacula bweb: fix bweb.conf path --- diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index b0e19f8efb..d0be07ebc9 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -1279,7 +1279,7 @@ use base q/Bweb::Gui/; use DBI; use POSIX qw/strftime/; -our $config_file='./bweb/bweb.conf'; +our $config_file='/etc/bacula/bweb.conf'; our $cur_id=0; =head1 VARIABLE