From 15bc3f954dd044cde7797b198d60f7d7f98ec731 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 20 Sep 2014 21:12:08 +0100 Subject: [PATCH] Missing bracket --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 72505d73..5cbb603f 100644 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -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 }