trying to progress progress

This commit is contained in:
rusefi 2020-06-28 17:01:52 -04:00
parent 9920b20613
commit 968b8e685f
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ for f in *.ini; do if [[ -f "$f" ]]; then
sig="${sig//\./\/}.ini"
path="/rusefi/$sig"
echo "* found path: $path"
ncftpput -m -R -v -u "$1" -p "$2" "$3" . rusefi.ini
ncftpput -m -R -v -u "$1" -p "$2" "$3" autoupdate $path
echo "* upload done!"
fi