diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-08 18:00:12 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-01-08 21:19:01 -0500 |
commit | 8650ad4fdef09b1244ba138531b6a1e2bbd0975b (patch) | |
tree | 6e21ab38e728c03c1623fea95ee720be2914603a /config | |
parent | b6e8ebd66d22abf5439485985a7851e768c71e8a (diff) |
Get rid of $ARCH_BASE; these days it is the same as $FTP_BASE
Diffstat (limited to 'config')
-rw-r--r-- | config | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ #!/bin/bash # as a hint to text editors FTP_BASE="/srv/http/repo/public" -ARCH_BASE="/srv/http/repo/public" SVNREPO="/var/abs" # Repos from Arch |