aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2014-12-29 11:16:37 +0800
committerDeterminant <ted.sybil@gmail.com>2014-12-29 11:16:37 +0800
commitf4961716cd8f10c4af12e22b6a90ee66b2cdcd85 (patch)
treea6a9c41e41204c06975a5e17869ca23792a7d052
parent4c7c9dcdfd05a2d9648756c0da5c68588929ba5d (diff)
correct a typo in sge.sh
-rwxr-xr-xexamples/sge.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sge.sh b/examples/sge.sh
index ebfb65b..63e263a 100755
--- a/examples/sge.sh
+++ b/examples/sge.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-export JMNAME='TOP'
+export JMNAME='SGE'
export JTYPE='listgraph'
function trigger {
qstat -u '*' | tail -n +3 | head -n 10 | $CLIENT --alter "$JID"