From 9eb0643d653de1df376828b974df8343f51e7897 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 13 Aug 2022 12:26:44 +0200 Subject: [PATCH] Update lxc.sh --- lib/lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lxc.sh b/lib/lxc.sh index f2123fd..1c68ea2 100644 --- a/lib/lxc.sh +++ b/lib/lxc.sh @@ -6,7 +6,7 @@ LXC_CREATE () { log_info "Launching new LXC $LXC_NAME ..." - # Check if we can launch container from yunohost remote image + # Check if we can launch container from YunoHost remote image if lxc remote list | grep -q "yunohost" && lxc image list yunohost:$LXC_BASE | grep -q -w $LXC_BASE; then lxc launch yunohost:$LXC_BASE $LXC_NAME \ -c security.nesting=true \