Hello,
When a new version is avalaible, i compil whith this cmake command :
cmake -Dsysconfdir=/etc -Dbindir=/usr/local/bin -Dsbindir=/usr/local/sbin -Dworkingdir=/var/lib/bareos -Dlogdir=/var/log/bareos -Darchivedir=/var/lib/bareos/storage -Dscriptdir=/usr/lib/bareos/scripts -Dbackenddir=/usr/lib64/bareos/backends -S/home/nicolas/bareos -Wno-dev
All is good except bareos-webui
How to change the path of Bareos-webui
It's /usr/local/share/bareos-webui
But in the apache config file bareos-webui.conf
the path is /usr/share/bareos-webui
(If i modify this file is good !)
Thank you !