[bisq-network/bisq] Executable flag needed for scripts (Issue #5873)

Stephan Oeste notifications at github.com
Sat Nov 27 15:56:29 CET 2021


<!--
   SUPPORT REQUESTS: This is for reporting bugs in the Bisq app.
   If you have a support request, please join #support on Bisq's
   Keybase team over at https://keybase.io/team/Bisq
-->

### Description

<!-- brief description of the bug -->

All .sh files in directory ```scripts/``` need the executable (+x) flag

#### Version

master
<!-- commit id or version number -->

### Steps to reproduce

Install script for a seednode fails because it cant execute ```scripts/install_java_linux.sh```


<!--if you can reliably reproduce the bug, list the steps here  -->

### Expected behaviour

```
# ./install_seednode_debian.sh
...
[*] Installing Bitcoin into OS
[*] Installing Bitcoin configuration
[*] Generating Bitcoin RPC credentials      
[*] Installing Bitcoin init scripts
[*] Creating Bisq user with Tor access
[*] Creating Bisq homedir
[*] Moving Bisq repo
[*] Installing OpenJDK 11.0.2 from Bisq repo 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  178M  100  178M    0     0  97.4M      0  0:00:01  0:00:01 --:--:-- 97.3M
Java has been installed in /usr/lib/jvm/openjdk-11.0.2
...
```

<!--description of the expected behavior -->

### Actual behaviour

```
# ./install_seednode_debian.sh
....
[*] Installing Bitcoin into OS
[*] Installing Bitcoin configuration
[*] Generating Bitcoin RPC credentials
[*] Installing Bitcoin init scripts
[*] Creating Bisq user with Tor access
[*] Creating Bisq homedir
[*] Moving Bisq repo
[*] Installing OpenJDK 11.0.2 from Bisq repo
-bash: /bisq/bisq/scripts/install_java_linux.sh: Permission denied
```

<!-- explain what happened instead of the expected behaviour -->

### Screenshots

<!--Screenshots if gui related, drag and drop to add to the issue -->

#### Device or machine

<!-- device/machine used, operating system -->



#### Additional info

<!-- Additional information useful for debugging (e.g. logs) -->


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/5873
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211127/122d827c/attachment.htm>


More information about the bisq-github mailing list