Skip to content
Snippets Groups Projects
Commit 9bae5e4b authored by anttil's avatar anttil
Browse files

BIS-487 / SP-813: Fix datastore_server.sh

SVN: 29665
parent 11338eea
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,7 @@ case "$command" in
;;
verify-archives)
shift
java -cp lib/* ch.systemsx.cisd.openbis.dss.archiveverifier.cli.Main etc/service.properties $*
java -cp "lib/*" ch.systemsx.cisd.openbis.dss.archiveverifier.cli.Main etc/service.properties $*
;;
log-thread-dump)
if [ -f $PIDFILE ]; then
......
......@@ -73,7 +73,7 @@ public class DataSetArchiveVerificationBatchFactory
{
if (args.length < 2)
{
throw new ConfigurationException("Usage: datastore_server.sh verify-archives <dataset_code_1> <dataset code 2> ...");
throw new ConfigurationException("Usage: datastore_server.sh verify-archives <dataset_code_1> <dataset_code_2> ...");
}
Properties properties = readServiceProperties(args[0]);
......
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