From 5bb06a0ce82afe3a8407076c256d8e6281ceff41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 4 Sep 2023 21:03:15 +0200 Subject: [PATCH] fix --- manifest.toml | 2 +- scripts/upgrade | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 7e122e7..922be3e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -12,7 +12,7 @@ maintainers = [""] [upstream] license = "Apache-2.0" website = "https://owncloud.com" -admindoc = "https://doc.owncloud.com/" +admindoc = "https://doc.owncloud.com/ocis/next/" code = "https://github.com/owncloud/ocis" [integration] diff --git a/scripts/upgrade b/scripts/upgrade index f1dfb48..3c62177 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -39,6 +39,7 @@ fi chmod 750 "$install_dir" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" +chmod +x $install_dir/owncloud #================================================= # PHP-FPM CONFIGURATION