aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/sledjchisl/sledjchisl.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/sledjchisl/sledjchisl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c
index b88b1a5..9834834 100644
--- a/src/sledjchisl/sledjchisl.c
+++ b/src/sledjchisl/sledjchisl.c
@@ -8036,9 +8036,9 @@ nextSim:
8036 I("Starting the web stuff."); 8036 I("Starting the web stuff.");
8037 char *d = xmprintf("%s.{bottom}", Ttab); 8037 char *d = xmprintf("%s.{bottom}", Ttab);
8038// TODO - not sure why this needs to start in current/src. 8038// TODO - not sure why this needs to start in current/src.
8039 char *c = xmprintf("cd %s/current/src;" 8039 char *c = xmprintf("cd %s/current/src; "
8040 " spawn-fcgi -n -u %s -s %s/sledjchisl.socket -M 0660 -G www-data -- " 8040 "spawn-fcgi -n -u %s -s %s/sledjchisl.socket -M 0660 -G www-data -- "
8041 "/usr/bin/valgrind --leak-check=full sledjchisl; cd %s; bash'", 8041 "/usr/bin/valgrind --leak-check=full sledjchisl; cd %s; bash",
8042 scRoot, scUser, scCache, scRoot); 8042 scRoot, scUser, scCache, scRoot);
8043 sendTmuxCmd(d, c); 8043 sendTmuxCmd(d, c);
8044 free(c); 8044 free(c);