summaryrefslogtreecommitdiff
diff options
authorPMR <pmr@pmr-lander>2019-04-23 13:12:34 +0000
committerPMR <pmr@pmr-lander>2019-04-23 13:12:34 +0000
commit70f70c49f0a509983d61affc13c1f9efc0414294 (patch)
treed023702fcb3939a0761f2b0aaa21ee1c08c19b7a
parentf7bca7ad57487d9d376329876562d32a44a17a94 (diff)
parentd6672bb320258531b550c589afffc741e1a822b7 (diff)
Merge #366362 from ~bladernr/plainbox-provider-checkbox:1825862-improve-maas-check
-rwxr-xr-xbin/maas-version-check3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/maas-version-check b/bin/maas-version-check
index 412717d3..678088af 100755
--- a/bin/maas-version-check
+++ b/bin/maas-version-check
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2012-2015 Canonical Ltd.
+# Copyright (C) 2012-2019 Canonical Ltd.
# Authors
# Jeff Lane <jeff@ubuntu.com>
@@ -26,6 +26,7 @@ if [ -s $MAAS_FILE ]; then
echo $maas_version
else
echo "ERROR: This system does not appear to have been installed by MAAS"
+ echo "ERROR: " $(ls -l $MAAS_FILE 2>&1)
exit 1
fi