From 3272e6c4a6145ec7748aef1cfbfa0ad83cd6223b Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sun, 26 Jul 2020 01:11:09 +0200 Subject: [PATCH] Update v-update-dns-templates --- bin/v-update-dns-templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"