cloudron-support: print ubuntu version
This commit is contained in:
@@ -465,6 +465,10 @@ function troubleshoot() {
|
||||
vendor=$(cat /sys/devices/virtual/dmi/id/sys_vendor)
|
||||
product=$(cat /sys/devices/virtual/dmi/id/product_name)
|
||||
echo "Vendor: ${vendor} Product: ${product}"
|
||||
ubuntu_codename=$(lsb_release -cs)
|
||||
ubuntu_version=$(lsb_release -rs)
|
||||
linux_version=$(uname -r)
|
||||
echo "Ubuntu: ${ubuntu_codename} ${ubuntu_version}. Linux ${linux_version}"
|
||||
|
||||
# note: disk space test has already been run globally
|
||||
check_node
|
||||
|
||||
Reference in New Issue
Block a user