mirror of
https://gitlab.com/2009scape/singleplayer/windows.git
synced 2026-08-01 14:39:18 -06:00
Fix DB wipe script
This commit is contained in:
parent
236f80b584
commit
617e711c70
1 changed files with 3 additions and 4 deletions
|
|
@ -151,7 +151,6 @@ goto start
|
|||
:wipe
|
||||
:: Delete database and re-init
|
||||
cls
|
||||
cd %database%
|
||||
rm -fr data
|
||||
mkdir data
|
||||
goto initDB
|
||||
rmdir /S /Q %database%data
|
||||
mkdir %database%data
|
||||
goto initDB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue