From e2468c4343c9b0939916bb20acae57aba1e62f95 Mon Sep 17 00:00:00 2001
From: "Michiel@unhosted" <michiel@unhosted.org>
Date: Sun, 9 Oct 2011 17:24:18 +0200
Subject: [PATCH] fix webfinger install script

---
 apps/user_webfinger/appinfo/install.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/apps/user_webfinger/appinfo/install.php b/apps/user_webfinger/appinfo/install.php
index d23ba53539..079043cd10 100644
--- a/apps/user_webfinger/appinfo/install.php
+++ b/apps/user_webfinger/appinfo/install.php
@@ -1,5 +1,6 @@
 <?php
-$thisAppDir = __DIR__;
+$appInfoDir = __DIR__;
+$thisAppDir = dirname($appInfoDir);
 $appsDir = dirname($thisAppDir);
 $ownCloudDir = dirname($appsDir);
 symlink($thisAppDir, $ownCloudDir.'/.well-known');
-- 
GitLab