summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-26 20:21:14 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-26 20:21:14 -0400
commit52951d35c69766d0d196fc4cf59fb4864f46d334 (patch)
tree8816e7cc64d0ce011265a24b06962aff9a3d9d6c
parent5fad74e56b72810c9d7f86956236ff45654fb684 (diff)
config: set FTP_BASE=~repo/public/main instead of ~repo/public
This is to do fancy union stuff to make the web server happy
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
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