mrrl-system-config

system configuration on top of MRRL
git clone https://ccx.te2000.cz/git/mrrl-system-config
Log | Files | Refs

commit 8b9f3a7b4e8e055a27f98244128a80514299a4fa
parent 886fe110bbe90e812949e316adc8c1e41c65c7b4
Author: ccx <ccx@te2000.cz>
Date:   Fri, 22 Mar 2024 00:11:30 +0000

Fix ip invocation

Diffstat:
Ms6-rc.aat | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/s6-rc.aat b/s6-rc.aat @@ -22,7 +22,7 @@ |up() {{qexec("if")}} { {{qexec("ip")}} link set dev lo up } {{qexec("if")}} -nt { {{qexec("ip")}} addr add 127.0.0.1/8 dev lo } - {{qexec("pipeline")}} { {{qexec("ip")}} ip addr show dev lo } {{qexec("grep")}} -q "inet 127\.0\.0\.1" + {{qexec("pipeline")}} { {{qexec("ip")}} addr show dev lo } {{qexec("grep")}} -q "inet 127\\.0\\.0\\.1" |end() |if(find("static_ip.rows")) {