Merge pull request #112 from YunoHost/typo

Update lxc.sh
This commit is contained in:
Alexandre Aubin 2021-10-07 00:44:22 +02:00 committed by GitHub
commit d086e2ccbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ LXC_CREATE () {
-c limits.cpu.allowance=80% \
>>/proc/self/fd/3
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
[[ "${PIPESTATUS[0]}" -eq 0 ]] || exit 1