diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-29 02:22:28 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-29 02:22:28 -0300 |
commit | a264b078cde98c6ad3766d1bdf69ca331f01baa5 (patch) | |
tree | 0a3a4daae051e6b6090d3e74ceae13ff18521e64 /config | |
parent | 01f85e9950540e6718e140882051dd8f3a9ba9a3 (diff) |
config: set FTP_BASE=/srv/repo/main instead of /srv/http/repo/public/main
Diffstat (limited to 'config')
-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/main" +FTP_BASE="/srv/repo/main" SVNREPO="/var/abs" # Repos from Arch |