Update v-update-dns-templates

This commit is contained in:
myvesta 2020-07-26 01:11:09 +02:00 committed by GitHub
parent f194eb8571
commit 3272e6c4a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"