Skip to content
Snippets Groups Projects
Commit b667af5c authored by kaloyane's avatar kaloyane
Browse files

minor: fix typo in the script

SVN: 22339
parent 34aebbc8
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ fi ...@@ -51,7 +51,7 @@ fi
dss_root_dir=$( grep -e "^DSS.ROOT-DIR=.*$" $BASE/console.properties | sed "s/DSS.ROOT-DIR=//" ) dss_root_dir=$( grep -e "^DSS.ROOT-DIR=.*$" $BASE/console.properties | sed "s/DSS.ROOT-DIR=//" )
if [ -z "$dss_root_dir" ]; then 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." echo "Please edit the file and run the installation script again."
exit 1 exit 1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment