File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
12# Internal variables
23HOMEDIR=' /home'
34BACKUP=' /backup'
@@ -448,6 +449,7 @@ sync_cron_jobs() {
448449 rm -f $crontab
449450 if [ " $CRON_REPORTS " = ' yes' ]; then
450451 echo " MAILTO=$CONTACT " > $crontab
452+ echo ' CONTENT_TYPE="text/plain; charset=utf-8"' >> $crontab
451453 fi
452454 while read line; do
453455 eval $line
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if [ "$release" -eq 8 ]; then
2828 mysql-client postgresql postgresql-contrib phppgadmin phpMyAdmin mc
2929 flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
3030 e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
31- bsdmainutils cron vesta vesta-nginx vesta-php"
31+ bsdmainutils cron vesta vesta-nginx vesta-php expect "
3232else
3333 software=" nginx apache2 apache2-utils apache2.2-common
3434 apache2-suexec-custom libapache2-mod-ruid2 libapache2-mod-rpaf
4040 mysql-client postgresql postgresql-contrib phppgadmin phpMyAdmin mc
4141 flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
4242 e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
43- bsdmainutils cron vesta vesta-nginx vesta-php"
43+ bsdmainutils cron vesta vesta-nginx vesta-php expect "
4444fi
4545
4646# Defining help function
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if [ "$release" -eq 7 ]; then
2626 postgresql postgresql-server postgresql-contrib phpPgAdmin e2fsprogs
2727 openssh-clients ImageMagick curl mc screen ftp zip unzip flex sqlite pcre
2828 sudo bc jwhois mailx lsof tar telnet rrdtool net-tools ntp GeoIP freetype
29- fail2ban rsyslog iptables-services which vesta vesta-nginx vesta-php"
29+ fail2ban rsyslog iptables-services which vesta vesta-nginx vesta-php expect "
3030else
3131 software=" nginx httpd mod_ssl mod_ruid2 mod_fcgid mod_extract_forwarded
3232 php php-common php-cli php-bcmath php-gd php-imap php-mbstring php-mcrypt
3636 postgresql-server postgresql-contrib phpPgAdmin e2fsprogs openssh-clients
3737 ImageMagick curl mc screen ftp zip unzip flex sqlite pcre sudo bc jwhois
3838 mailx lsof tar telnet rrdtool net-tools ntp GeoIP freetype fail2ban
39- which vesta vesta-nginx vesta-php"
39+ which vesta vesta-nginx vesta-php expect "
4040fi
4141
4242# Defining help function
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ software="nginx apache2 apache2-utils apache2.2-common
2626 mysql-client postgresql postgresql-contrib phppgadmin phpMyAdmin mc
2727 flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
2828 e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
29- bsdmainutils cron vesta vesta-nginx vesta-php"
29+ bsdmainutils cron vesta vesta-nginx vesta-php expect "
3030
3131# Defining help function
3232help () {
You can’t perform that action at this time.
0 commit comments