Actualiser server
parent
48396128be
commit
e617792dc7
1 changed files with 1 additions and 1 deletions
|
@ -27,5 +27,5 @@ echo "Done :)"
|
||||||
## run the script
|
## run the script
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
if [ $(ip route | grep <localip> | wc -l) -ne 1 ]; then /root/openvpn/routing.sh; fi
|
if [ $(ip route | grep <localip> | wc -l) -ne 1 ]; then /path/to/script/routing.sh; fi
|
||||||
```
|
```
|
Loading…
Reference in a new issue