Browse Source

Sistemato un bacone.

pezcurrel 4 years ago
parent
commit
9569802669
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/mustard/crawler/peerscrawl.php

+ 1 - 1
web/mustard/crawler/peerscrawl.php

@@ -22,7 +22,7 @@ define('N',"\n");
 
 $opts=array(
 	'startinst'=>'mastodon.social',
-	'peersfp'=>__DIR__.'peers',
+	'peersfp'=>__DIR__.'/peers',
 	'restore'=>false,
 	'excludefp'=>null
 );