X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Frun.sh;h=a172c450dfc8c9c7ce7055271fae4281e5ecf29e;hb=4f1f3077d6b38e212527b0aaaf7564ba83f0ba81;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