adds missing escape
This commit is contained in:
parent
e3eb3e4594
commit
8451207f9a
@ -4,7 +4,7 @@ def repository = "registry.c.test-chamber-13.lan"
|
|||||||
def repositoryCreds = "harbor-repository-creds"
|
def repositoryCreds = "harbor-repository-creds"
|
||||||
|
|
||||||
def route_override = """#! /usr/bin/env sh
|
def route_override = """#! /usr/bin/env sh
|
||||||
VPN_GATEWAY=\$(ip route | grep default | awk '{print $3}')
|
VPN_GATEWAY=\$(ip route | grep default | awk '{print \$3}')
|
||||||
ip route add 10.42.0.0/16 via "\${VPN_GATEWAY}" dev eth0
|
ip route add 10.42.0.0/16 via "\${VPN_GATEWAY}" dev eth0
|
||||||
ip route add 10.43.0.0/16 via "\${VPN_GATEWAY}" dev eth0
|
ip route add 10.43.0.0/16 via "\${VPN_GATEWAY}" dev eth0
|
||||||
ip route add 10.20.0.0/16 via "\${VPN_GATEWAY}" dev eth0
|
ip route add 10.20.0.0/16 via "\${VPN_GATEWAY}" dev eth0
|
||||||
|
Reference in New Issue
Block a user