octopus
Part of the Furniture
I'm trying to wrap my head around this..... (small head).
Try to have this shorter, have tried several ideas but no success. maybe some have any idea..
Tried: if [ "$vpn" = "route-up" ] && [ "$var" = "client[1-5]" ]; then
and that not working.
Thanks
Octtopus
Try to have this shorter, have tried several ideas but no success. maybe some have any idea..
Code:
if [ "$vpn" = "route-up" ] && [ "$var" = "client1" ] || [ "$var" = "client2" ] || [ "$var" = "client3" ] || [ "$var" = "client4" ] || [ "$var" = "client5" ]; then"
and that not working.
Thanks
Octtopus