Hide drive error

Fixes a small issue where the user gets an error if the drive is not mounted.
This commit is contained in:
Henk 2022-05-29 00:53:22 +02:00
parent 6ae12f29e4
commit 2798cf11da
1 changed files with 2 additions and 2 deletions

View File

@ -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