Skip to content
Snippets Groups Projects
Commit e2468c43 authored by Michiel de Jong's avatar Michiel de Jong
Browse files

fix webfinger install script

parent 6e62911a
No related branches found
No related tags found
No related merge requests found
<?php
$thisAppDir = __DIR__;
$appInfoDir = __DIR__;
$thisAppDir = dirname($appInfoDir);
$appsDir = dirname($thisAppDir);
$ownCloudDir = dirname($appsDir);
symlink($thisAppDir, $ownCloudDir.'/.well-known');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment