Skip to content

Commit

Permalink
Use new URL for GCF rsync.
Browse files Browse the repository at this point in the history
  • Loading branch information
janowagner committed Feb 16, 2020
1 parent 6cb3c34 commit c8e1792
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/greenbone-nvt-sync.in
@@ -1,5 +1,5 @@
#!/bin/sh
# Copyright (C) 2009-2019 Greenbone Networks GmbH
# Copyright (C) 2009-2020 Greenbone Networks GmbH
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
Expand Down Expand Up @@ -187,9 +187,9 @@ else
RESTRICTED=0

if [ -z "$COMMUNITY_NVT_RSYNC_FEED" ]; then
COMMUNITY_NVT_RSYNC_FEED=rsync://feed.openvas.org:/nvt-feed
COMMUNITY_NVT_RSYNC_FEED=rsync://feed.community.greenbone.net:/nvt-feed
# An alternative syntax which might work if the above doesn't:
# COMMUNITY_NVT_RSYNC_FEED=rsync@feed.openvas.org::/nvt-feed
# COMMUNITY_NVT_RSYNC_FEED=rsync@feed.community.greenbone.net::/nvt-feed
fi

if [ -z "$COMMUNITY_NVT_HTTP_FEED" ]; then
Expand Down

0 comments on commit c8e1792

Please sign in to comment.