mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Also filter the retrieving image stuff during the lxc launch because that creates a mess
This commit is contained in:
parent
65315edd44
commit
428e082ab5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ LXC_CREATE () {
|
|||
-c security.privileged=true \
|
||||
-c limits.memory=80% \
|
||||
-c limits.cpu.allowance=80% \
|
||||
| grep -v -E "^\s*Remapping container filesystem\s*$"
|
||||
| grep -v -E "^\s*Remapping container filesystem\s*$\|^\s*Retrieving image"
|
||||
|
||||
[[ "${PIPESTATUS[0]}" -eq 0 ]] || clean_exit 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue