summarylogtreecommitdiffstats
path: root/bareos-bconsole.install
blob: ad7ebd49745772cdd17bd1b613e4ecbbfd0503f7 (plain)
1
2
3
4
5
6
7
8
## arg 1:  the new package version
post_install() {
	/usr/lib/bareos/scripts/bareos-config initialize_local_hostname
	/usr/lib/bareos/scripts/bareos-config initialize_passwords

	chown root:bareos /etc/bareos/bconsole.conf
	chmod 640 /etc/bareos/bconsole.conf
}