summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-12-17 17:35:08 +0100
committerdavor <vorgrimmlerdavid@gmx.de>2012-12-17 17:35:08 +0100
commitd9032f15c4ca0b50e44919a61822ed716f93ed82 (patch)
tree36226413bb97ecfa5c3a42c2847e47e724fa61c7
parentf9cfbdb7e9432f520d48c2ace8a37e9e13748c71 (diff)
Update base-install
More detailed output if OT_JAVA_HOME not found.
-rwxr-xr-xbase-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/base-install b/base-install
index 92e89b4..44abffd 100755
--- a/base-install
+++ b/base-install
@@ -46,6 +46,8 @@ if [ ! -f $JAVA_CONF ]; then
if [ ! -d "$OT_JAVA_HOME" ]; then
echo "Directory '$OT_JAVA_HOME' does not exist! Aborting..."
+ echo "Please check if openjdk-6-jdk has been installed properly."
+ echo "You may need to set the OT_JAVA_HOME variable in config.sh to the correct path on your system."
exit 1
fi