diff --git a/server.md b/server.md index 66aa50c..28c52cd 100644 --- a/server.md +++ b/server.md @@ -27,5 +27,5 @@ echo "Done :)" ## run the script ```bash -if [ $(ip route | grep | wc -l) -ne 1 ]; then /root/openvpn/routing.sh; fi +if [ $(ip route | grep | wc -l) -ne 1 ]; then /path/to/script/routing.sh; fi ``` \ No newline at end of file