#W# Progress Save: Working on CharacterCreation.
This commit is contained in:
parent
933093467b
commit
c1d2938f30
3 changed files with 38 additions and 39 deletions
8
Run.sh
8
Run.sh
|
|
@ -1,10 +1,16 @@
|
|||
#!/usr/bin/env bash
|
||||
if ( gprep -f ModernUO.dll > /dev/null)
|
||||
if ( pgrep -f ModernUO.dll > /dev/null)
|
||||
then
|
||||
echo "________________________________"
|
||||
echo "| A Server is already running!! "
|
||||
echo "--------------------------------"
|
||||
else
|
||||
echo "________________________________"
|
||||
echo "| Compiling server files."
|
||||
echo "--------------------------------"
|
||||
dotnet publish Projects/Application/Application.csproj -c Release -r linux-x64 --self-contained=false
|
||||
echo ""
|
||||
echo ""
|
||||
echo "________________________________"
|
||||
echo "| Starting Server...."
|
||||
echo "--------------------------------"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue