mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
refactoring: log_event(), is_format_valid()
This commit is contained in:
parent
325ca65f32
commit
a61a6e979e
52 changed files with 582 additions and 1170 deletions
|
@ -25,7 +25,7 @@ source $VESTA/conf/vesta.conf
|
|||
tmpdir=$(mktemp -d --dry-run)
|
||||
mkdir $tmpdir
|
||||
cd $tmpdir
|
||||
wget http://c.vestacp.com/$VERSION/rhel/templates.tar.gz -q
|
||||
wget http://c.vestacp.com/rhel/7/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