Przeglądaj źródła

Missing bracket

Bob Mottram 10 lat temu
rodzic
commit
15bc3f954d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh Wyświetl plik

@@ -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