From 2c7d246cffaccdf22cf9769842e0206b80ded585 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 25 Nov 2014 18:58:26 -0800 Subject: [PATCH] Don't point to a symlink (/home/srv instead of /srv) By default, ikiwiki refuses to run with a symlink in the path. --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 006a63a..31e459f 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -19,7 +19,7 @@ use IkiWiki::Setup::Standard { # Be sure to customise these.. srcdir => "$checkout/src", - destdir => "/srv/cworth.org/www", + destdir => "/home/srv/cworth.org/www", url => "http://cworth.org", #cgiurl => "http://example.org/ikiwiki.cgi", -- 2.43.0