Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
2d8d68f5
Commit
2d8d68f5
authored
Apr 03, 2017
by
Igor Pecovnik
Browse files
fix
parent
2c9e40a6
Changes
1
Show whitespace changes
Inline
Side-by-side
softy
View file @
2d8d68f5
...
@@ -434,8 +434,8 @@ install_packet "amavisd-new spamassassin clamav clamav-daemon zoo unzip bzip2 ar
...
@@ -434,8 +434,8 @@ install_packet "amavisd-new spamassassin clamav clamav-daemon zoo unzip bzip2 ar
cabextract apt-listchanges libnet-ldap-perl libauthen-sasl-perl clamav-docs daemon libio-string-perl libio-socket-ssl-perl \
cabextract apt-listchanges libnet-ldap-perl libauthen-sasl-perl clamav-docs daemon libio-string-perl libio-socket-ssl-perl \
libnet-ident-perl zip libnet-dns-perl postgrey" "amavisd, spamassassin, clamav"
libnet-ident-perl zip libnet-dns-perl postgrey" "amavisd, spamassassin, clamav"
sed -i "s/^AllowSupplementaryGroups.*/AllowSupplementaryGroups true/" /etc/clamav/clamd.conf
sed -i "s/^AllowSupplementaryGroups.*/AllowSupplementaryGroups true/" /etc/clamav/clamd.conf
/etc/init.d/
spamassassin stop
service
spamassassin stop
insserv -rf
spamassassin
systemctl disable
spamassassin
}
}
install_hhvm (){
install_hhvm (){
...
@@ -562,8 +562,11 @@ read DUMMY
...
@@ -562,8 +562,11 @@ read DUMMY
DEBIAN_FRONTEND=noninteractive apt-get install -y dbconfig-common
DEBIAN_FRONTEND=noninteractive apt-get install -y dbconfig-common
debconf-apt-progress -- apt-get install -y phpmyadmin
debconf-apt-progress -- apt-get install -y phpmyadmin
if [[ $family == "Ubuntu" ]]; then
/etc/init.d/php5-fpm restart || service php7.0-fpm reload >> /dev/null
service php7.0-fpm reload >> /dev/null
else
service php5-fpm reload >> /dev/null
fi
}
}
...
@@ -662,7 +665,7 @@ cd /tmp/ispconfig3_install/install/
...
@@ -662,7 +665,7 @@ cd /tmp/ispconfig3_install/install/
#apt-get -y install php5-cli php5-mysql
#apt-get -y install php5-cli php5-mysql
php -q install.php --autoinstall=/tmp/isp.conf.php
php -q install.php --autoinstall=/tmp/isp.conf.php
echo "Admin panel: https://$serverIP:8080"
echo "Admin panel: https://$serverIP:8080"
echo "PHPmyadmin://$serverIP:8081/phpmyadmin"
echo "PHPmyadmin:
http:
//$serverIP:8081/phpmyadmin"
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment