Skip to content
Snippets Groups Projects
Commit 4c791abc authored by tcarver's avatar tcarver
Browse files

add read_only jnlp property

parent 7433ee35
No related branches found
No related tags found
No related merge requests found
......@@ -294,6 +294,8 @@ public class ArtemisMain extends Splash
System.setProperty("artemis.environment", System.getProperty("jnlp.artemis.environment"));
if(System.getProperty("jnlp.sanger_options") != null)
System.setProperty("sanger_options", System.getProperty("jnlp.sanger_options"));
if(System.getProperty("jnlp.read_only") != null)
System.setProperty("read_only", System.getProperty("jnlp.read_only"));
if(args.length == 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