diff --git a/scripts/cloudron-support b/scripts/cloudron-support index 08dcefb43..36ef04b52 100755 --- a/scripts/cloudron-support +++ b/scripts/cloudron-support @@ -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