From c6d0e9e357014f113eddeaf3287ecfcfa8629c0e Mon Sep 17 00:00:00 2001 From: Manevolent Date: Fri, 23 Feb 2024 17:35:49 -0700 Subject: [PATCH] Update lixonet.sh.tmpl --- proxy-frontend/entry/lixonet.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy-frontend/entry/lixonet.sh.tmpl b/proxy-frontend/entry/lixonet.sh.tmpl index 7497e0c..46eda3d 100644 --- a/proxy-frontend/entry/lixonet.sh.tmpl +++ b/proxy-frontend/entry/lixonet.sh.tmpl @@ -1,5 +1,5 @@ #!/bin/sh -gateway=`getent hosts tinc | awk '{ print $1 }'` +gateway=`getent hosts tinc | awk '{ print \$1 }'` route="${network_address}/${global_prefix:-16}" iface="eth0"