Fix DB wipe script

This commit is contained in:
Kingo64 2020-11-18 18:01:22 +11:00 committed by GitHub
parent 236f80b584
commit 617e711c70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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