ソースを参照

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