X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=cron.d%2F120synctrans;h=3a09451a1546b062a8ebb6545eabd0577cd12aed;hb=6c89d8070adba05c8b39f529fba4fef517db4b80;hp=437aa921d9cdf0332ee99c8dc4a6eeba2c031a16;hpb=e221d0617395700c44f3c1bfaaad964fd08cbacf;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