implemented scheduled restart

This commit is contained in:
Serghey Rodin 2013-06-01 14:25:44 +03:00
commit 10f7097c48
46 changed files with 172 additions and 63 deletions

View file

@ -86,7 +86,7 @@ for cluster_str in $(cat $VESTA/conf/dns-cluster.conf); do
fi
# Sync domain
$send_cmd v-delete-dns-record $DNS_USER $domain $id 'no'
$send_cmd v-delete-dns-record $DNS_USER $domain $id 'scheduled'
done