Browse Source

update start.sh

MIke 2 years ago
parent
commit
d3cd846427
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/start.sh

+ 2 - 1
src/start.sh

@@ -1 +1,2 @@
-sudo nohup dotnet WingCloudServer.dll &
+#!/bin/bash
+dotnet WingCloudServer.dll