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