From 480544ebe82512afc536a7aa50bb0449446f6a87 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 13 Aug 2010 11:18:50 +0200 Subject: Remove check which was already covered by check_repo_permission --- db-update | 7 ------- 1 file changed, 7 deletions(-) (limited to 'db-update') diff --git a/db-update b/db-update index f70bdb9..e4bf25d 100755 --- a/db-update +++ b/db-update @@ -83,13 +83,6 @@ for current_arch in ${ARCHES[@]}; do # The following is used to create relative symlinks poolrel="../../../$(get_pkgpool_for_host)" - if [ ! -d "$ftppath" ]; then - error "FTP path for this repo ($reponame) is missing" \ - " -> $ftppath" \ - "Please contact a system administrator" - exit 1 - fi - svnrepo="$reponame-$current_arch" repo_lock $reponame $current_arch || continue -- cgit v1.2.3-24-g4f1b