mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 14:45:24 +00:00
Merge pull request #3480 from Drachenfels-GmbH/master
checkconfig: Show LXC version in output.
This commit is contained in:
commit
0ba7e64984
@ -52,6 +52,8 @@ is_probed() {
|
||||
fi
|
||||
}
|
||||
|
||||
echo "LXC version $(lxc-start --version)"
|
||||
|
||||
if [ ! -f $CONFIG ]; then
|
||||
echo "Kernel configuration not found at $CONFIG; searching..."
|
||||
KVER="`uname -r`"
|
||||
|
Loading…
Reference in New Issue
Block a user