X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Frun.sh;h=a172c450dfc8c9c7ce7055271fae4281e5ecf29e;hb=4fbe722e8fc016b6812ebdef40003359781490ba;hp=7b3d24a016ea014f784e897dfd2f6a0d914bcae7;hpb=744b902d7f7b532ddb19d95828d8787653e1b84c;p=matches%2FMCTX3420.git diff --git a/server/run.sh b/server/run.sh index 7b3d24a..a172c45 100755 --- a/server/run.sh +++ b/server/run.sh @@ -1,6 +1,6 @@ #!/bin/bash # Use this to quickly test run the server in valgrind -#spawn-fcgi -p9005 -n ./valgrind.sh +spawn-fcgi -p9005 -n ./valgrind.sh # Use this to run the server normally -spawn-fcgi -p9005 -n ./server & -./stream +#./stream & +#spawn-fcgi -p9005 -n ./server