This commit is contained in:
rusefi 2017-03-01 19:20:33 -05:00
parent 64060a089c
commit ac3b74bcb4
1 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,10 @@ echo exit >> ftp_commands.txt
cd temp
winscp.com /script=../ftp_commands.txt
IF NOT ERRORLEVEL 0 echo winscp error DETECTED
IF NOT ERRORLEVEL 0 EXIT /B 1
cd ..
echo %date% %time%
echo "build_current_bundle: DONE here"