Browse Source

Update easyinstall

PowerMX 4 years ago
parent
commit
d2e898cf14
1 changed files with 0 additions and 5 deletions
  1. 0 5
      easyinstall

+ 0 - 5
easyinstall

@@ -16,10 +16,6 @@ then
 screen -dmS bad badvpn-udpgw --listen-addr 127.0.0.1:7300 --max-clients 1000 --max-connections-for-client 1000 --client-socket-sndbuf 5300000 --udp-mtu 9000
 echo 'Badvpn iniciando en el puerto 7300'
 fi
-if [ "'$1'" == startwithlog ]
-then
-screen -AdmSL bad badvpn-udpgw --listen-addr 127.0.0.1:7300 --max-clients 1000 --max-connections-for-client 1000 --client-socket-sndbuf 5300000 --udp-mtu 9000
-fi
 if [ "'$1'" == stop ]
 then
 badvpnpid="'$(ps x |grep badvpn |grep -v grep |awk '"{'"'print $1'"'})
@@ -44,6 +40,5 @@ chmod +x /bin/badvpn-udpgw
 echo -e "\033[1;32m             Instalacion completa\033[0m" 
 echo -e "\033[1;37mComandos:\n\033[1;31mbadvpn start\033[1;37m para iniciar badvpn"
 echo -e "\033[1;31mbadvpn stop \033[1;37m para parar badvpn\033[0m"
-echo -e "\033[1;31mbadvpn startwithlog \033[1;37m para inicar badvpn con log\033[0m"
 echo -e "\033[1;31mbadvpn uninstall \033[1;37m para desinstalar badvpn\033[0m"
 rm -rf easyinstall >/dev/null 2>/dev/null