remove nohup
This commit is contained in:
parent
a392a25276
commit
7439c7898e
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
sh nohup dotnet run &
|
||||
sh dotnet run &
|
||||
disown
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user