mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -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)
|
tmpdir=$(mktemp -d --dry-run)
|
||||||
mkdir $tmpdir
|
mkdir $tmpdir
|
||||||
cd $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
|
if [ "$?" -ne 0 ]; then
|
||||||
echo "Error: can't download template.tar.gz"
|
echo "Error: can't download template.tar.gz"
|
||||||
log_event "$E_CONNECT" "$ARGUMENTS"
|
log_event "$E_CONNECT" "$ARGUMENTS"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue