diff --git a/screening/dist/tarball/run-console.sh b/screening/dist/tarball/run-console.sh
index 8d0ee39f10eae816450c32fbb506093976a15ed2..24297fa23b2ad93131fe31ac493b58e9396f4738 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