summaryrefslogtreecommitdiff
diff options
-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