Filter the 'Remapping container filesystem' because that creates a funky stuff in the CI display

This commit is contained in:
Alexandre Aubin 2020-12-26 17:27:07 +01:00
parent 5623faa7b8
commit 242564db77

View file

@ -5,7 +5,7 @@
#=================================================
LXC_CREATE () {
lxc launch yunohost:$LXC_BASE $LXC_NAME || clean_exit 1
lxc launch yunohost:$LXC_BASE $LXC_NAME | grep -v -E "^\s*Remapping container filesystem\s*$" || clean_exit 1
lxc config set "$LXC_NAME" security.nesting true
_LXC_START_AND_WAIT $LXC_NAME
set_witness_files