From a636c6c3ee0b71ef9f4ec5a87aa761113d8595c4 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Sat, 29 Apr 2023 00:30:03 +0300 Subject: [PATCH] Correct admin bat file path --- Start.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Start.bat b/Start.bat index 4cc857c49..e2c33fb7c 100644 --- a/Start.bat +++ b/Start.bat @@ -1,3 +1,5 @@ +pushd %~dp0 call npm install node server.js -pause \ No newline at end of file +pause +popd \ No newline at end of file