From a264b078cde98c6ad3766d1bdf69ca331f01baa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Mon, 29 Sep 2014 02:22:28 -0300 Subject: config: set FTP_BASE=/srv/repo/main instead of /srv/http/repo/public/main --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 92c059c..544a8e9 100644 --- a/config +++ b/config @@ -1,5 +1,5 @@ #!/bin/bash # as a hint to text editors -FTP_BASE="/srv/http/repo/public/main" +FTP_BASE="/srv/repo/main" SVNREPO="/var/abs" # Repos from Arch -- cgit v1.2.3