Update lxc.sh

This commit is contained in:
ericgaspar 2021-10-06 23:12:38 +02:00
parent b883d516a1
commit bec7833e0b
No known key found for this signature in database
GPG key ID: 574F281483054D44

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