summarylogtreecommitdiffstats
path: root/icingaweb2-module-fileshipper.install
diff options
context:
space:
mode:
Diffstat (limited to 'icingaweb2-module-fileshipper.install')
-rw-r--r--icingaweb2-module-fileshipper.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/icingaweb2-module-fileshipper.install b/icingaweb2-module-fileshipper.install
new file mode 100644
index 000000000000..4cef1ed95a08
--- /dev/null
+++ b/icingaweb2-module-fileshipper.install
@@ -0,0 +1,7 @@
+post_install() {
+ post_upgrade
+}
+
+post_upgrade() {
+ /usr/bin/chown -R root:icingaweb2 /etc/icingaweb2/modules
+}