Skip to content

Commit dec562b

Browse files
committed
no mail graps yet
1 parent 7b57462 commit dec562b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bin/v-list-sys-rrd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ if [ -n "$DB_SYSTEM" ] && [ "$DB_SYSTEM" != 'no' ]; then
8888
rrd_types="$rrd_types db"
8989
fi
9090

91-
if [ -n "$MAIL_SYSTEM" ] && [ "$MAIL_SYSTEM" != 'no' ]; then
92-
rrd_types="$rrd_types mail"
93-
fi
91+
#if [ -n "$MAIL_SYSTEM" ] && [ "$MAIL_SYSTEM" != 'no' ]; then
92+
# rrd_types="$rrd_types mail"
93+
#fi
9494

9595
if [ -n "$FTP_SYSTEM" ] && [ "$FTP_SYSTEM" != 'no' ]; then
9696
rrd_types="$rrd_types ftp"

install/vst-install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export PATH=$PATH:/sbin
99
RHOST='r.vestacp.com'
1010
CHOST='c.vestacp.com'
1111
REPO='cmmnt'
12-
VERSION='0.9.7'
12+
VERSION='0.9.8/rhel'
1313
YUM_REPO='/etc/yum.repos.d/vesta.repo'
1414
arch=$(uname -i)
1515
os=$(cut -f 1 -d ' ' /etc/redhat-release)
@@ -634,7 +634,7 @@ sed -i "s/%blowfish_secret%/$(gen_pass)/g" /etc/phpMyAdmin/config.inc.php
634634
# Roundcube configuration
635635
wget $CHOST/$VERSION/httpd-webmail.conf -O /etc/httpd/conf.d/roundcubemail.conf
636636
wget $CHOST/$VERSION/roundcube-main.conf -O /etc/roundcubemail/main.inc.php
637-
wget $CHOST/$VERSION/roundcube-db.conf -O /etc/roundcubemail/db.inc.php
637+
wget $CHOST/D$VERSION/roundcube-db.conf -O /etc/roundcubemail/db.inc.php
638638
wget $CHOST/$VERSION/roundcube-driver.php -O \
639639
/usr/share/roundcubemail/plugins/password/drivers/vesta.php
640640
wget $CHOST/$VERSION/roundcube-pw.conf -O \
@@ -700,7 +700,7 @@ chmod -R 755 /usr/local/vesta/data/templates
700700
cp templates/web/skel/public_html/index.html /var/www/html/
701701
sed -i 's/%domain%/It worked!/g' /var/www/html/index.html
702702
if [ "$srv_type" = 'micro' ]; then
703-
rm -f /usr/local/vesta/data/templates/web/apache_phpfcgid.*
703+
rm -f /usr/local/vesta/data/templates/web/httpd/phpfcgid.*
704704
fi
705705

706706
# Default SSL keys
@@ -725,7 +725,7 @@ $VESTA/bin/v-change-user-shell admin bash
725725
$VESTA/bin/v-change-user-language admin en
726726

727727
# Configure mysql host
728-
$VESTA/bin/v-add-database-server mysql localhost root $mpass
728+
$VESTA/bin/v-add-database-host mysql localhost root $mpass
729729
$VESTA/bin/v-add-database admin default default $(gen_pass) mysql
730730

731731
# Configuring system ips

0 commit comments

Comments
 (0)