This website works better with JavaScript
Home
Explore
Help
Sign In
Project-Wing
/
WingCloudServer
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
update start.sh
MIke
2 years ago
parent
fb15f3a103
commit
d3cd846427
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
src/start.sh
+ 2
- 1
src/start.sh
View File
@@ -1 +1,2 @@
-sudo nohup dotnet WingCloudServer.dll &
+#!/bin/bash
+dotnet WingCloudServer.dll