adds missing escape

This commit is contained in:
Hyatt 2022-03-02 11:25:54 -06:00
parent e3eb3e4594
commit 8451207f9a
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -4,7 +4,7 @@ def repository = "registry.c.test-chamber-13.lan"
def repositoryCreds = "harbor-repository-creds"
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.43.0.0/16 via "\${VPN_GATEWAY}" dev eth0
ip route add 10.20.0.0/16 via "\${VPN_GATEWAY}" dev eth0