bundle autoupdate somehow bin/stopwatch.sh is not executable fix #2601

This commit is contained in:
rusefillc 2021-04-28 23:26:12 -04:00
parent 37184d94d9
commit 4ac786276a
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ cd console
java -jar rusefi_autoupdate.jar version
# https://github.com/rusefi/rusefi/issues/2601
chmod +x bin/*.sh
chmod +x ../bin/*.sh

View File

@ -5,4 +5,4 @@ java -jar rusefi_autoupdate.jar release
echo Release update done.
# https://github.com/rusefi/rusefi/issues/2601
chmod +x bin/*.sh
chmod +x ../bin/*.sh