TS plugin

This commit is contained in:
rusefi 2020-06-16 23:57:50 -04:00
parent 727da8e70c
commit 4cadb52bfa
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/bin/bash
if [ ! "$1" ] || [ ! "$2" ] || [ ! "$3" ]; then
echo "No Secrets"
exit 0
fi
echo -e "\nUploading plugin body"
ncftpput -m -R -v -u "$1" -p "$2" "$3" build/jar/rusefi_plugin_body.jar autoupdate