Убрал применение патчей при sync-full
This commit is contained in:
2
src/dist/bin/sync-full
vendored
2
src/dist/bin/sync-full
vendored
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
$(dirname $0)/starter update -fullSync
|
||||
$(dirname $0)/starter update -fullSync -skipUpdate
|
||||
|
||||
if [ $? -ne 0 ] ; then
|
||||
echo Error updating database
|
||||
|
2
src/dist/bin/sync-full.bat
vendored
2
src/dist/bin/sync-full.bat
vendored
@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
|
||||
call "%~dp0\starter.bat" update -fullSync
|
||||
call "%~dp0\starter.bat" update -fullSync -skipUpdate
|
||||
@pause
|
Reference in New Issue
Block a user