mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
Fix error with desktop client
J'avais une erreur de download du fichier status.php en ajoutant ceci ça fonctionne.
This commit is contained in:
parent
f101562b48
commit
a3247d93da
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ ynh_app_setting_set "$app" user_home "$user_home"
|
|||
ynh_app_setting_set "$app" mysqlpwd "$dbpass"
|
||||
|
||||
# Set SSOwat rules
|
||||
ynh_app_setting_set "$app" unprotected_uris "/remote.php"
|
||||
ynh_app_setting_set "$app" unprotected_uris "/remote.php","/status.php"
|
||||
ynh_app_setting_set "$app" skipped_uris "/.well-known"
|
||||
|
||||
# Reload services
|
||||
|
|
Loading…
Add table
Reference in a new issue