From 298612ad19b5630f20c743ecc66e58e15338d91d Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Mon, 15 Jul 2019 10:13:28 +0800
Subject: [PATCH] update the desktop app definition so parameters provides the
 jobid

---
 src/assets/config/m3apps.test.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/assets/config/m3apps.test.json b/src/assets/config/m3apps.test.json
index ae4212f..5226205 100644
--- a/src/assets/config/m3apps.test.json
+++ b/src/assets/config/m3apps.test.json
@@ -2,7 +2,7 @@
   { "url": null,
     "name": "Desktop",
     "startscript": "#!/bin/bash\n/usr/local/sv2/desktop/desktop.slurm\n ",
-    "paramscmd": "/usr/local/sv2/desktop/params.py",
+    "paramscmd": "/usr/local/sv2/desktop/params.py {jobid}",
     "client": {"cmd": null, "redir": "vnc.html?password={password}" },
     "localbind": true,
     "applist": null
-- 
GitLab