X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F120synctrans;h=3a09451a1546b062a8ebb6545eabd0577cd12aed;hb=1d7caad10f40cd0a997c026b47c699b69f7c75d5;hp=437aa921d9cdf0332ee99c8dc4a6eeba2c031a16;hpb=a3fd68e78cd0c1eb1dbff6b48accaca5b2b54637;p=deb%2Fpackages.git diff --git a/cron.d/120synctrans b/cron.d/120synctrans index 437aa92..3a09451 100755 --- a/cron.d/120synctrans +++ b/cron.d/120synctrans @@ -22,7 +22,7 @@ then locale=$(echo $lang|perl -p -e 's/^([a-z]{2})-([a-z]{2})$/"$1_".uc($2)/e') echo "retrieve translated Descs $dist/$part/$lang ($locale)" (cd us/${dist}/${part}/i18n && - wget -q -N ${ddtp_ftpsite}/dists/${dist}/${part}/i18n/Translation-$locale.gz) + $wget_cmd -N ${ddtp_ftpsite}/dists/${dist}/${part}/i18n/Translation-$locale.gz) done done done