bundle autoupdate somehow bin/stopwatch.sh is not executable fix #2601
This commit is contained in:
parent
37184d94d9
commit
4ac786276a
|
@ -4,4 +4,4 @@ cd console
|
||||||
java -jar rusefi_autoupdate.jar version
|
java -jar rusefi_autoupdate.jar version
|
||||||
|
|
||||||
# https://github.com/rusefi/rusefi/issues/2601
|
# https://github.com/rusefi/rusefi/issues/2601
|
||||||
chmod +x bin/*.sh
|
chmod +x ../bin/*.sh
|
||||||
|
|
|
@ -5,4 +5,4 @@ java -jar rusefi_autoupdate.jar release
|
||||||
echo Release update done.
|
echo Release update done.
|
||||||
|
|
||||||
# https://github.com/rusefi/rusefi/issues/2601
|
# https://github.com/rusefi/rusefi/issues/2601
|
||||||
chmod +x bin/*.sh
|
chmod +x ../bin/*.sh
|
||||||
|
|
Loading…
Reference in New Issue