mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
added mail support in backup system
This commit is contained in:
parent
46e0bc239b
commit
1e34f90db6
3 changed files with 74 additions and 22 deletions
|
@ -191,6 +191,7 @@ create_vesta_ip() {
|
|||
ip_data="$ip_data\nU_WEB_DOMAINS='0'"
|
||||
ip_data="$ip_data\nINTERFACE='$interface'"
|
||||
ip_data="$ip_data\nNETMASK='$mask'"
|
||||
ip_data="$ip_data\nTIME='$TIME'"
|
||||
ip_data="$ip_data\nDATE='$DATE'"
|
||||
echo -e "$ip_data" >$VESTA/data/ips/$ip
|
||||
chmod 660 $VESTA/data/ips/$ip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue