autoupdate

This commit is contained in:
rusefi 2020-06-06 20:42:42 -04:00
parent d1826f9731
commit 962cc4c7fe
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ rm -rf %drivers_folder%
cd temp
zip -r %update_bundle_file% *
ls -l %update_bundle_file%
ncftpput -u %RUSEFI_BUILD_FTP_USER% -p %RUSEFI_BUILD_FTP_PASS% %RUSEFI_FTP_SERVER% . %update_bundle_file%
ncftpput -u %RUSEFI_BUILD_FTP_USER% -p %RUSEFI_BUILD_FTP_PASS% %RUSEFI_FTP_SERVER% autoupdate %update_bundle_file%
cd ..
echo "%script_name%: We are back in root directory"