From a3247d93da1b540714c5b60adafc818c4e1e8cb5 Mon Sep 17 00:00:00 2001 From: ewilly Date: Tue, 17 May 2016 13:55:42 +0200 Subject: [PATCH] Fix error with desktop client MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit J'avais une erreur de download du fichier status.php en ajoutant ceci ça fonctionne. --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1fa8359..db719d7 100755 --- a/scripts/install +++ b/scripts/install @@ -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