From 52951d35c69766d0d196fc4cf59fb4864f46d334 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 26 Jul 2014 20:21:14 -0400 Subject: config: set FTP_BASE=~repo/public/main instead of ~repo/public This is to do fancy union stuff to make the web server happy --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index f4c1e15..51d044e 100644 --- a/config +++ b/config @@ -1,5 +1,5 @@ #!/bin/bash # as a hint to text editors -FTP_BASE="/srv/http/repo/public" +FTP_BASE="/srv/http/repo/public/main" SVNREPO="/var/abs" # Repos from Arch -- cgit v1.2.3