From b667af5c1619da4db406d7ffaaf85e760310ddb1 Mon Sep 17 00:00:00 2001 From: kaloyane <kaloyane> Date: Thu, 4 Aug 2011 08:59:52 +0000 Subject: [PATCH] minor: fix typo in the script SVN: 22339 --- screening/dist/tarball/run-console.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screening/dist/tarball/run-console.sh b/screening/dist/tarball/run-console.sh index 8d0ee39f10e..24297fa23b2 100755 --- a/screening/dist/tarball/run-console.sh +++ b/screening/dist/tarball/run-console.sh @@ -51,7 +51,7 @@ fi dss_root_dir=$( grep -e "^DSS.ROOT-DIR=.*$" $BASE/console.properties | sed "s/DSS.ROOT-DIR=//" ) if [ -z "$dss_root_dir" ]; then - echo "The property DSS.ROOT-DIR= must be configured in $BASE/console.properties." + echo "The property DSS.ROOT-DIR must be configured in $BASE/console.properties." echo "Please edit the file and run the installation script again." exit 1 fi -- GitLab