1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owncloud_ynh.git synced 2024-09-03 19:56:25 +02:00
This commit is contained in:
Éric Gaspar 2023-09-04 21:03:15 +02:00
parent d0a63b582c
commit 5bb06a0ce8
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@ maintainers = [""]
[upstream] [upstream]
license = "Apache-2.0" license = "Apache-2.0"
website = "https://owncloud.com" website = "https://owncloud.com"
admindoc = "https://doc.owncloud.com/" admindoc = "https://doc.owncloud.com/ocis/next/"
code = "https://github.com/owncloud/ocis" code = "https://github.com/owncloud/ocis"
[integration] [integration]

View file

@ -39,6 +39,7 @@ fi
chmod 750 "$install_dir" chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"
chmod +x $install_dir/owncloud
#================================================= #=================================================
# PHP-FPM CONFIGURATION # PHP-FPM CONFIGURATION