mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
fix
This commit is contained in:
parent
d0a63b582c
commit
5bb06a0ce8
2 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue