Browse Source

Update easyinstall

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

+ 4 - 0
easyinstall

@@ -1,5 +1,9 @@
 #!/bin/bash
 #!/bin/bash
 echo "#!/bin/bash
 echo "#!/bin/bash
+if [ "'$1'" == hello ]
+then
+echo 'hello'
+fi
 if [ "'$1'" == start ]
 if [ "'$1'" == start ]
 then
 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
 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