Unverified Commit 0ba7e649 by Christian Brauner Committed by GitHub

Merge pull request #3480 from Drachenfels-GmbH/master

checkconfig: Show LXC version in output.
parents fa1a9b4d a65ea78e
......@@ -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`"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment