Skip to content

Commit

Permalink
Changed background run to use screen
Browse files Browse the repository at this point in the history
  • Loading branch information
droyad committed Jul 17, 2017
1 parent 0d33c00 commit 58285a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HighestCommon/PostDeploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
sudo ufw allow 7000:7010/tcp
nohup /bin/bash dotnet HighestCommon.dll </dev/null >/dev/null &
screen -d -m -S "HighestCommon" dotnet HighestCommon.dll
exit

0 comments on commit 58285a4

Please sign in to comment.