diff options
author | onefang | 2021-07-30 14:00:44 +1000 |
---|---|---|
committer | onefang | 2021-07-30 14:00:44 +1000 |
commit | 2ea664220a728e364397a41e30b015dcff98aeb0 (patch) | |
tree | 031d3c0151afbb3b74075a55c48fedb9ecd8b463 /src/sledjchisl/sledjchisl.c | |
parent | Shift Lua functions up near the top. (diff) | |
download | opensim-SC-2ea664220a728e364397a41e30b015dcff98aeb0.zip opensim-SC-2ea664220a728e364397a41e30b015dcff98aeb0.tar.gz opensim-SC-2ea664220a728e364397a41e30b015dcff98aeb0.tar.bz2 opensim-SC-2ea664220a728e364397a41e30b015dcff98aeb0.tar.xz |
Fix up web start at end.
Diffstat (limited to '')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 6 |
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); |