Убрал применение патчей при sync-full

This commit is contained in:
2024-06-19 17:35:29 +03:00
parent 864508a236
commit 60b666f9d5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
$(dirname $0)/starter update -fullSync $(dirname $0)/starter update -fullSync -skipUpdate
if [ $? -ne 0 ] ; then if [ $? -ne 0 ] ; then
echo Error updating database echo Error updating database

View File

@ -1,4 +1,4 @@
@echo off @echo off
call "%~dp0\starter.bat" update -fullSync call "%~dp0\starter.bat" update -fullSync -skipUpdate
@pause @pause