mirror of https://github.com/zulip/zulip.git
test-install: Use lxc-destroy -f instead of lxc-stop.
Fixes this error after rebooting the host: $ sudo ./destroy-all -f zulip-install-bionic-41MM2 lxc-stop: zulip-install-bionic-41MM2: tools/lxc_stop.c: main: 191 zulip-install-bionic-41MM2 is not running Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
9b5f9858fb
commit
1f8d21af74
|
@ -31,6 +31,5 @@ lxc-ls -f \
|
||||||
| while read -r c
|
| while read -r c
|
||||||
do
|
do
|
||||||
echo "$c"
|
echo "$c"
|
||||||
lxc-stop -n "$c"
|
lxc-destroy -f -n "$c"
|
||||||
lxc-destroy -n "$c"
|
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue