From 17f9308c2531763a6f367b4a6d12c050c8f6b7b6 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 7 Feb 2023 01:14:39 +0100 Subject: [PATCH] =?UTF-8?q?Typo=20=C3=A9=5F=C3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lxc.sh b/lib/lxc.sh index 34aaf72..7b76d00 100644 --- a/lib/lxc.sh +++ b/lib/lxc.sh @@ -133,7 +133,7 @@ LXC_STOP () { # If the command times out, then add the option --force if [ $ret -eq 124 ]; then timeout 30 lxc stop --timeout 15 $container_to_stop --force 2>/dev/null - elif [ $ret -ne 0 ] + elif [ $ret -ne 0 ]; then log_warning "Tried to stop lxc, got ret $ret" fi