diff --git a/run.sh b/run.sh index 1aa78d7..e16264f 100644 --- a/run.sh +++ b/run.sh @@ -1,4 +1,4 @@ #!/bin/sh -nohup yarn start & +yarn start & savePid $PORT \ No newline at end of file