mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -07:00
no mail graps yet
This commit is contained in:
parent
7b57462860
commit
dec562b8a1
2 changed files with 7 additions and 7 deletions
|
@ -88,9 +88,9 @@ if [ -n "$DB_SYSTEM" ] && [ "$DB_SYSTEM" != 'no' ]; then
|
|||
rrd_types="$rrd_types db"
|
||||
fi
|
||||
|
||||
if [ -n "$MAIL_SYSTEM" ] && [ "$MAIL_SYSTEM" != 'no' ]; then
|
||||
rrd_types="$rrd_types mail"
|
||||
fi
|
||||
#if [ -n "$MAIL_SYSTEM" ] && [ "$MAIL_SYSTEM" != 'no' ]; then
|
||||
# rrd_types="$rrd_types mail"
|
||||
#fi
|
||||
|
||||
if [ -n "$FTP_SYSTEM" ] && [ "$FTP_SYSTEM" != 'no' ]; then
|
||||
rrd_types="$rrd_types ftp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue