diff --git a/deltup/getdelta.rc b/deltup/getdelta.rc index 5331c53..4d0d639 100644 --- a/deltup/getdelta.rc +++ b/deltup/getdelta.rc @@ -10,7 +10,8 @@ LOCAL_MIRROR="" DELTUP_SERVER="http://linux01.gwdg.de/~nlissne/deltup.php" # command to use for downloading -FETCH="/usr/bin/wget --trust-server-names -t 1 --passive-ftp" +#FETCH="/usr/bin/wget --trust-server-names -t 1 --passive-ftp" +FETCH="/usr/bin/wget -t 1 --passive-ftp" # number of seconds to wait before a queued request is retried QUEUERETRY="15"