Missing bracket

This commit is contained in:
Bob Mottram 2014-09-20 21:12:08 +01:00
parent fdcb8b0a81
commit 15bc3f954d
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ function time_synchronisation {
update-rc.d tlsdate defaults
}
function defend_against_port_scanning
function defend_against_port_scanning {
apt-get -y install portsentry
}