@@ -107,5 +107,6 @@ rm "\${FN}"
EOF
chmod +x ${RUN_SCRIPT}
-screen -d -S ${NAME} -m ${RUN_SCRIPT}
+screen -d -S "job-${NAME}" -m ${RUN_SCRIPT}
+