Update install.sh
This commit is contained in:
parent
248b53dceb
commit
8fe3194579
|
|
@ -38,11 +38,6 @@ if [ .$nginx_enabled = .'true' ]; then
|
|||
resources/nginx.sh
|
||||
fi
|
||||
|
||||
#PHP
|
||||
if [ .$nginx_enabled = .'true' ]; then
|
||||
resources/php.sh
|
||||
fi
|
||||
|
||||
#Fail2ban
|
||||
if [ .$fail2ban_enabled = .'true' ]; then
|
||||
resources/fail2ban.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue