Files
Yi.Framework/Yi.Furion.Net6/Yi.Furion.Web.Entry/start.sh
2023-10-05 15:26:33 +08:00

5 lines
101 B
Bash

#!/bin/bash
./end.sh
nohup dotnet Yi.Furion.Web.Entry.dll > /dev/null 2>&1 &
echo "Yi-启动成功!"