1
0
Fork 0
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:
ewilly 2016-05-17 13:55:42 +02:00
parent f101562b48
commit a3247d93da

View file

@ -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