diff options
Diffstat (limited to 'starttde')
-rw-r--r-- | starttde | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |