Skip to content
Snippets Groups Projects
Commit ec7536b8 authored by Chris Hines's avatar Chris Hines
Browse files

fix an error in the escaping and quotation on our default strudel configs

parent 2d531fc3
No related branches found
No related tags found
1 merge request!33Multiple fixes
......@@ -124,7 +124,7 @@
"__class__": "cmdRegEx",
"__module__": "siteConfig",
"async": false,
"cmd": "{{ slurm_dir }}/bin/squeue -u {username} -o \\\"%i %L\\\" | tail -n -1",
"cmd": "\"{{ slurm_dir }}/bin/squeue -u {username} -o \\\"%i %L\\\" | tail -n -1\"",
"failFatal": true,
"formatFatal": false,
"host": "login",
......
......@@ -121,7 +121,7 @@
"__class__": "cmdRegEx",
"__module__": "siteConfig",
"async": false,
"cmd": "squeue -u {username} -o \\\"%i %L\\\" | tail -n -1",
"cmd": "\"squeue -u {username} -o \\\"%i %L\\\" | tail -n -1\"",
"failFatal": true,
"formatFatal": false,
"host": "login",
......@@ -449,4 +449,4 @@
}
}
}
]
\ No newline at end of file
]
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