remove nohup

This commit is contained in:
Greg Gauthier 2024-02-27 14:31:40 +00:00
parent a392a25276
commit 7439c7898e

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
sh nohup dotnet run &
sh dotnet run &
disown
exit 0