summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-11 19:05:20 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-11 19:05:20 +0200
commita8ca10404ac8128ecc0d8c69a8ede384ca4c67f2 (patch)
treeba6f81ed88822629293415f8c60399413dbbae12
parent1c2ef58302026e3e9225d78ff9851e0a7df67433 (diff)
downloadIshtar-a8ca10404ac8128ecc0d8c69a8ede384ca4c67f2.tar.bz2
Ishtar-a8ca10404ac8128ecc0d8c69a8ede384ca4c67f2.zip
v0.99.18 - wheezy
-rw-r--r--debian/changelog6
-rwxr-xr-xishtar-prepare-instance8
2 files changed, 10 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 2e3b4dbb7..a4fcf5cb2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-django-ishtar (0.99.18) UNRELEASED; urgency=low
+
+ * Upstream: cf CHANGES.md.
+
+ -- Étienne Loks <etienne.loks@iggdrasil.net> Tue, 11 Apr 2017 18:58:55 +0200
+
python-django-ishtar (0.99.17) UNRELEASED; urgency=low
* Upstream: cf CHANGES.md.
diff --git a/ishtar-prepare-instance b/ishtar-prepare-instance
index 434e5d15a..f91dbd9db 100755
--- a/ishtar-prepare-instance
+++ b/ishtar-prepare-instance
@@ -80,10 +80,10 @@ EOF
# Permissions:
-mkdir -p -m 775 "$INSTANCE/media"
-mkdir -p -m 775 "$INSTANCE/media/imported"
-mkdir -p -m 775 "$INSTANCE/media/upload"
-chown -R root:www-data "$INSTANCE/media"
+mkdir -p -m 755 "$INSTANCE/media"
+mkdir -p -m 755 "$INSTANCE/media/imported"
+mkdir -p -m 755 "$INSTANCE/media/upload"
+chown -R www-data:www-data "$INSTANCE/media"
### LOCAL SETTINGS