X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=gui%2Fdebian%2Fbweb.postinst;h=8437eba472416b0ac2feb34d172c4b522a890d49;hb=84299cb06e8175df74dcd6a980f661214cfe34fd;hp=86f646d37681a4e0df40becdb46484c7b42244a9;hpb=e1f2ce7c30b02513c7744d6e174b9067d075ba5a;p=bacula%2Fbacula diff --git a/gui/debian/bweb.postinst b/gui/debian/bweb.postinst index 86f646d376..8437eba472 100644 --- a/gui/debian/bweb.postinst +++ b/gui/debian/bweb.postinst @@ -15,7 +15,7 @@ if [ "$1" = "configure" ] ; then fi if [ ! -f /etc/bacula/bweb.conf ] ; then - echo '$VAR1 = { template_dir => "/usr/share/bweb/tpl" };' > /etc/bacula/bweb.conf + echo '$VAR1 = { template_dir => "/usr/share/bweb/tpl", fv_write_path => "/var/spool/bweb" };' > /etc/bacula/bweb.conf chown www-data:root /etc/bacula/bweb.conf chmod 640 /etc/bacula/bweb.conf @@ -27,8 +27,8 @@ if [ "$1" = "configure" ] ; then echo "If you are using postgresql, you have to load /usr/share/bweb/bweb-postgresql.sql in your database" echo "postgres@localhost:~$ psql bacula < /usr/share/bweb/bweb-postgresql.sql" - + echo + echo "You can use user/passwd (see /etc/apache/conf.d/bweb.conf)" + echo "You have to reload your apache configuration" fi - echo "You have to reload your apache configuration" - echo "You can use user/passwd by editing /etc/apache/conf.d/bweb.conf" fi