X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fnfu%2Fget-w-b-db;fp=scripts%2Fnfu%2Fget-w-b-db;h=d525fd23335fe33834c64bdac89dd55daa42e96e;hb=26127c32273ec9aa520aff834993ebf5504dfdc1;hp=84c15e26d286f9b9bfc84491eaf62780bf7d7378;hpb=6de9dda69133cf474a9db71bc1bf9d1e4dfe04b5;p=dak.git diff --git a/scripts/nfu/get-w-b-db b/scripts/nfu/get-w-b-db index 84c15e26..d525fd23 100755 --- a/scripts/nfu/get-w-b-db +++ b/scripts/nfu/get-w-b-db @@ -9,7 +9,7 @@ set -e # the WB_DB_DIR enviroment variable if [ -z "$WB_DB_DIR" ] then - WB_DB_DIR=/srv/ftp.debian.org/scripts/nfu + WB_DB_DIR=/srv/ftp-master.debian.org/scripts/nfu fi cd $WB_DB_DIR || { echo "Failed to cd to $WB_DB_DIR" ; exit 1 ;}