From f862a460f038815212faa2b41062e06fae93115f Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 25 Jul 2020 15:51:54 +0200 Subject: [PATCH] slight edit --- content/development/linked_configs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/development/linked_configs.md b/content/development/linked_configs.md index 2239ad85..3eb7af80 100644 --- a/content/development/linked_configs.md +++ b/content/development/linked_configs.md @@ -15,5 +15,5 @@ Once setup one can reach all the variables of the linked jail using the followin `link_$Name_$variable` For example if we want the ipv4 address of the jail we linked earlier, during the install of another jail, we would do: -`link_testjail_ip4_addr` +`${link_testjail_ip4_addr}`