diff --git a/bin/v-update-dns-templates b/bin/v-update-dns-templates index 31361d001..8b128a3da 100755 --- a/bin/v-update-dns-templates +++ b/bin/v-update-dns-templates @@ -25,7 +25,7 @@ source $VESTA/conf/vesta.conf tmpdir=$(mktemp -d --dry-run) mkdir $tmpdir cd $tmpdir -wget http://c.vestacp.com/rhel/7/templates.tar.gz -q +wget https://c.myvestacp.com/debian/10/templates.tar.gz -q if [ "$?" -ne 0 ]; then echo "Error: can't download template.tar.gz" log_event "$E_CONNECT" "$ARGUMENTS"