EENE Dashboard upload to Gitea
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
8
서버종료.bat
8
서버종료.bat
@@ -1,3 +1,9 @@
|
||||
@echo off
|
||||
cd /d "%~dp0"
|
||||
call "%~dp0stop-server.bat" %*
|
||||
if /i "%~1"=="db" (
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0scripts\stop-server.ps1" -Db
|
||||
) else (
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0scripts\stop-server.ps1"
|
||||
)
|
||||
echo.
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user