This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
FIX
/
gsd_cn
Tarkkaile
4
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Branch:
test
Branchit
Tagit
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
Pysyvä linkki
Historia
Raaka
1
2
3
4
5
6
7
#!/bin/bash
cd /etc/openvpn
nohup echo "123456" | sudo -S openvpn client.ovpn &
exit 0