Delete runscripts/update.bat
Browse files- runscripts/update.bat +0 -12
runscripts/update.bat
DELETED
|
@@ -1,12 +0,0 @@
|
|
| 1 |
-
@echo off
|
| 2 |
-
|
| 3 |
-
call environment.bat passive
|
| 4 |
-
|
| 5 |
-
git -C "%~dp0webui" pull 2>NUL
|
| 6 |
-
if %ERRORLEVEL% == 0 goto :done
|
| 7 |
-
|
| 8 |
-
git -C "%~dp0webui" reset --hard
|
| 9 |
-
git -C "%~dp0webui" pull
|
| 10 |
-
|
| 11 |
-
:done
|
| 12 |
-
pause
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|