summarylogtreecommitdiffstats
path: root/bacula.install
blob: bcc3cd9a4977d3019c0dd5a26deef3c375d2ee25 (plain)
1
2
3
4
post_install() {
  SERVERNAME=$(hostname -s)
  sed -i "s/__BASENAME__/${SERVERNAME}/g" /etc/bacula/*.conf
}