summarylogtreecommitdiffstats
path: root/bareos-bat.install
blob: b98fc33402bd47042ca285e68bc9399eecf4f47d (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/bat.conf
	chmod 640 /etc/bareos/bat.conf
}