Browse Source

Merge branch 'master' of https://github.com/Psiphon-Labs/psiphon-tunnel-core

Rod Hynes 9 years ago
parent
commit
fb305f7588
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Server/make.bash

+ 1 - 1
Server/make.bash

@@ -26,7 +26,7 @@ build_for_linux () {
   chmod 555 psiphond
   chmod 555 psiphond
 
 
   if [ "$1" == "generate" ]; then
   if [ "$1" == "generate" ]; then
-    ./psiphond --ipaddress 0.0.0.0 --web 3000 --protocol SSH:3001 --protocol OSSH:3002 --logFilename /var/log/psiphon/psiphond.log --fail2BanLogFilename /var/log/psiphon/fail2ban.log generate
+    ./psiphond --ipaddress 0.0.0.0 --web 3000 --protocol SSH:3001 --protocol OSSH:3002 --logFilename /var/log/psiphond/psiphond.log generate
 
 
     chmod 666 psiphond.config
     chmod 666 psiphond.config
     chmod 666 psiphond-traffic-rules.config
     chmod 666 psiphond-traffic-rules.config