mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
Update v-update-dns-templates
This commit is contained in:
parent
f194eb8571
commit
3272e6c4a6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue