mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Update lxc.sh
This commit is contained in:
parent
b883d516a1
commit
bec7833e0b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ LXC_CREATE () {
|
||||||
-c limits.cpu.allowance=80% \
|
-c limits.cpu.allowance=80% \
|
||||||
>>/proc/self/fd/3
|
>>/proc/self/fd/3
|
||||||
else
|
else
|
||||||
log_critical "Can't find base image $LXC_BASE, run ./package_check --rebuild"
|
log_critical "Can't find base image $LXC_BASE, run ./package_check.sh --rebuild"
|
||||||
fi
|
fi
|
||||||
[[ "${PIPESTATUS[0]}" -eq 0 ]] || exit 1
|
[[ "${PIPESTATUS[0]}" -eq 0 ]] || exit 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue