Skip to content

Commit 73177fe

Browse files
Merge pull request hestiacp#822 from prodimon/master
mini fix
2 parents 6eca748 + f1c46e9 commit 73177fe

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

func/main.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
# Internal variables
23
HOMEDIR='/home'
34
BACKUP='/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

install/vst-install-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
3232
else
3333
software="nginx apache2 apache2-utils apache2.2-common
3434
apache2-suexec-custom libapache2-mod-ruid2 libapache2-mod-rpaf
@@ -40,7 +40,7 @@ else
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"
4444
fi
4545

4646
# Defining help function

install/vst-install-rhel.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
3030
else
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
@@ -36,7 +36,7 @@ else
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"
4040
fi
4141

4242
# Defining help function

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3232
help() {

0 commit comments

Comments
 (0)