From 9424022a0f395e5bf4e66cd80e1fdc48c9f256ce Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 10 Sep 2021 20:54:53 +0200 Subject: [PATCH] Update install --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index b4f3abc..1c7f1d3 100755 --- a/scripts/install +++ b/scripts/install @@ -153,6 +153,10 @@ exec_occ() { php${phpversion} --define apc.enable_cli=1 occ --no-interaction --no-ansi "$@") } +# Set write access for the following commands +chown -R $app: "$final_path" "$datadir" + + # Define password in an intermediate var # The fact that it's called _password allows it to be # picked up by Yunohost's auto-redact mecanism