diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-26 20:21:14 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-26 20:21:14 -0400 |
commit | 52951d35c69766d0d196fc4cf59fb4864f46d334 (patch) | |
tree | 8816e7cc64d0ce011265a24b06962aff9a3d9d6c | |
parent | 5fad74e56b72810c9d7f86956236ff45654fb684 (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-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |