summarylogtreecommitdiffstats
path: root/icingaweb2-module-fileshipper.install
blob: 4cef1ed95a08d74b3ddc10efde953be51ba6f0db (plain)
1
2
3
4
5
6
7
post_install() {
    post_upgrade
}

post_upgrade() {
    /usr/bin/chown -R root:icingaweb2 /etc/icingaweb2/modules
}