X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=server%2Frun.sh;h=a776cbd310bc4cdc06d120661237283cb665d875;hb=7e7ca4729b63cdbdc037775c4e8cd2f87a668a63;hp=756f9cfe0163e8cc5215879adf7e1ffd1900d096;hpb=ab0ae45f79caaae86b36f8230f9399138c9e73bc;p=matches%2FMCTX3420.git diff --git a/server/run.sh b/server/run.sh index 756f9cf..a776cbd 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