From 296ce286e5b5a9e05b207a0de7f0b1818db489d5 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sat, 29 Jun 2024 14:40:22 +0200 Subject: [PATCH] developer: infrastructure: wrong container name in example for LXC --- docs/developer/infrastructure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/infrastructure.md b/docs/developer/infrastructure.md index fa7405c3..67112e69 100644 --- a/docs/developer/infrastructure.md +++ b/docs/developer/infrastructure.md @@ -43,7 +43,7 @@ lxc-helpers.sh lxc_container_create --config "docker lxc" $name echo "lxc.start.auto = 1" | sudo tee -a /var/lib/lxc/$name/config lxc-helpers.sh lxc_container_start $name lxc-helpers.sh lxc_install_docker $name -lxc-helpers.sh lxc_install_lxc forgejo-runner-host $ipv4 $ipv6 +lxc-helpers.sh lxc_install_lxc $name $ipv4 $ipv6 lxc-helpers.sh lxc_container_user_install $name $(id -u) $USER ```