This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
FIX
/
gsd_cn
Vigiar
4
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
test
Ramos
Etiquetas
master
test
2.0.1
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
gsd_cn
/
network
/
start_openvpn.sh
start_openvpn.sh
89 B
Link permanente
Histórico
Em bruto
1
2
3
4
5
6
7
#!/bin/bash
cd /etc/openvpn
nohup echo "123456" | sudo -S openvpn client.ovpn &
exit 0