Убрал проливку патчей при sync-full

This commit is contained in:
2024-06-19 17:33:05 +03:00
parent e76924ac17
commit 864508a236
2 changed files with 8 additions and 18 deletions

View File

@ -1,15 +1,8 @@
#!/bin/bash #!/bin/bash
$(dirname $0)/starter patch updates $(dirname $0)/starter update -fullSync
if [ $? -ne 0 ] ; then if [ $? -ne 0 ] ; then
echo Error patch loading echo Error updating database
exit 10 exit 11
fi fi
$(dirname $0)/starter update -fullSync
if [ $? -ne 0 ] ; then
echo Error updating database
exit 11
fi

View File

@ -1,7 +1,4 @@
@echo off @echo off
call "%~dp0\starter.bat" patch updates
if ERRORLEVEL == 1 goto :EOF
call "%~dp0\starter.bat" update -fullSync call "%~dp0\starter.bat" update -fullSync
@pause @pause