Убрал проливку патчей при sync-full
This commit is contained in:
7
src/dist/bin/sync-full
vendored
7
src/dist/bin/sync-full
vendored
@ -1,12 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
$(dirname $0)/starter patch updates
|
|
||||||
|
|
||||||
if [ $? -ne 0 ] ; then
|
|
||||||
echo Error patch loading
|
|
||||||
exit 10
|
|
||||||
fi
|
|
||||||
|
|
||||||
$(dirname $0)/starter update -fullSync
|
$(dirname $0)/starter update -fullSync
|
||||||
|
|
||||||
if [ $? -ne 0 ] ; then
|
if [ $? -ne 0 ] ; then
|
||||||
|
3
src/dist/bin/sync-full.bat
vendored
3
src/dist/bin/sync-full.bat
vendored
@ -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
|
Reference in New Issue
Block a user