summarylogtreecommitdiffstats
path: root/firefly-iii.install
diff options
context:
space:
mode:
authorSimon Doppler2017-04-20 10:05:41 +0200
committerSimon Doppler2017-04-20 10:05:41 +0200
commit844ba1a518a1f4322dfec2c2a15f4b585b2efe90 (patch)
treef4294de6ef5370729b276d2cf39acaae7551ce04 /firefly-iii.install
downloadaur-844ba1a518a1f4322dfec2c2a15f4b585b2efe90.tar.gz
Initial commit
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
+}