From c6daff20b704c61c319ea0f365149cb5e0d786d9 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 23 Mar 2019 05:39:14 +0100 Subject: [PATCH] fix uploads folder not available --- manifest.json | 2 +- scripts/install | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f1f3cf9..42123d4 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Pleroma is an OStatus-compatible social networking server written in Elixir, compatible with GNU Social and Mastodon", "fr": "Pleroma est un réseau social écrit en Elixir, compatible avec OStatus, GNU Social et Mastodon" }, - "version": "0.9.999~ynh3", + "version": "0.9.999~ynh4", "url": "https://git.pleroma.social/pleroma/pleroma", "license": "AGPL-3.0-only", "maintainer": { diff --git a/scripts/install b/scripts/install index afd3bd3..c2e4987 100755 --- a/scripts/install +++ b/scripts/install @@ -276,7 +276,8 @@ pushd $final_path/$app #Generate key pair sudo -u "$app" MIX_ENV=prod mix web_push.gen.keypair >> "config/prod.secret.exs" - ynh_replace_string "administrator@example.com" "$admin_email" "$final_path/$app/config/prod.secret.exs" + ynh_replace_string "administrator@example.com" "$admin_email" "$final_path/$app/config/prod.secret.exs" + mkdir uploads popd #=================================================