Actualiser server

Mylloon 2023-12-23 20:38:57 +01:00
parent 48396128be
commit e617792dc7
Signed by: Forgejo
GPG key ID: E72245C752A07631

@ -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
``` ```