Browse Source

Missing bracket

Bob Mottram 10 years ago
parent
commit
15bc3f954d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh View File

@@ -271,7 +271,7 @@ function time_synchronisation {
271 271
   update-rc.d tlsdate defaults
272 272
 }
273 273
 
274
-function defend_against_port_scanning
274
+function defend_against_port_scanning {
275 275
   apt-get -y install portsentry
276 276
 }
277 277