mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-02 18:46:48 +01:00
Hide drive error
Fixes a small issue where the user gets an error if the drive is not mounted.
This commit is contained in:
parent
6ae12f29e4
commit
2798cf11da
@ -2,8 +2,8 @@
|
||||
cd /D %~dp0
|
||||
TITLE KoboldAI Uninstall Helper
|
||||
SET /P M=<loader.settings
|
||||
IF %M%==3 subst /D B:
|
||||
IF %M%==1 subst /D K:
|
||||
IF %M%==3 subst /D B: >nul
|
||||
IF %M%==1 subst /D K: >nul
|
||||
|
||||
IF "%1" == "FORCE" GOTO UNINSTALL
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user