summarylogtreecommitdiffstats
path: root/firefly-iii.install
diff options
context:
space:
mode:
Diffstat (limited to 'firefly-iii.install')
-rw-r--r--firefly-iii.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/firefly-iii.install b/firefly-iii.install
new file mode 100644
index 000000000000..a8eada5958bd
--- /dev/null
+++ b/firefly-iii.install
@@ -0,0 +1,4 @@
+post_install() {
+ chown -R http:http /usr/share/webapps/firefly-iii/storage
+ chmod 775 /usr/share/webapps/firefly-iii/storage
+}