瀏覽代碼

Missing bracket

Bob Mottram 10 年之前
父節點
當前提交
15bc3f954d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh 查看文件

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