#W# Progress Save: Working on CharacterCreation.

This commit is contained in:
WarrentyExpired 2026-09-01 13:11:17 -04:00
parent 933093467b
commit c1d2938f30
3 changed files with 38 additions and 39 deletions

8
Run.sh
View file

@ -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 "--------------------------------"