summarylogtreecommitdiffstats
path: root/thruk.install
diff options
context:
space:
mode:
Diffstat (limited to 'thruk.install')
-rw-r--r--thruk.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/thruk.install b/thruk.install
new file mode 100644
index 000000000000..2d1fe9216f7e
--- /dev/null
+++ b/thruk.install
@@ -0,0 +1,7 @@
+post_install() {
+ chown -R 33:33 /var/lib/thruk/ /var/log/thruk/
+}
+
+post_upgrade() {
+ post_install
+}