summaryrefslogtreecommitdiffstats
path: root/starttde
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-08-12 14:21:54 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-08-12 14:21:54 -0500
commit5d3183a814e47b543692f68695c29f6e4ac9d2bd (patch)
tree1cea3b9e36408728228cba28a7a92ced4602c6c2 /starttde
parent092b8253e8e7d0f11e5c6ec181aec9a10cac5bb0 (diff)
downloadtdebase-5d3183a814e47b543692f68695c29f6e4ac9d2bd.tar.gz
tdebase-5d3183a814e47b543692f68695c29f6e4ac9d2bd.zip
Update stdout messages to provide better information.
Diffstat (limited to 'starttde')
-rw-r--r--starttde2
1 files changed, 1 insertions, 1 deletions
diff --git a/starttde b/starttde
index 3933f8a21..b5589568a 100644
--- a/starttde
+++ b/starttde
@@ -32,7 +32,7 @@ if [ -x $BIN_DIR/tde-config ]; then
export TDEDIR=${BIN_DIR%/bin}
echo "[starttde] TDE base directory is $TDEDIR" 1>&2
else
- echo "[starttde] Unable to determine TDE base directory."
+ echo "[starttde] Unable to determine the TDE bin directory, where this script should be installed."
echo "[starttde] This script should be installed in the same directory."
echo "[starttde] Exiting."
exit 1