This website works better with JavaScript
Home
Explore
Help
Register
Sign In
rklein
/
ffho-salt-public
forked from
FreifunkHochstift/ffho-salt-public
Watch
1
Star
0
Fork
0
Files
Tree:
52e52a842b
Branches
Tags
master
ffho-salt-pu...
/
openvpn
/
ifup_real
ifup_real
53 B
History
Raw
1
2
3
4
#!/bin/sh
ifdown --force "$1" 2>/dev/null
ifup "$1"