Skip to content

Commit

Permalink
bundle autoupdate somehow bin/stopwatch.sh is not executable fix ruse…
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Apr 29, 2021
1 parent 37184d9 commit 4ac7862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java_console/bin/update_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion java_console/bin/update_bundle_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4ac7862

Please sign in to comment.