Skip to content

Commit d6e0678

Browse files
authored
Update install-plugins.md
changed example
1 parent 0e49d17 commit d6e0678

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/operations/v1.9.0/install-plugins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ wget (your jar-file download link)
3737

3838
For example:
3939
```
40-
wget https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases/download/v1.0.0.1/mii-process-data-sharing-1.0.0.1.jar
40+
wget https://github.com/medizininformatik-initiative/mii-process-data-sharing/releases/download/v1.1.0.0/mii-process-data-sharing-1.1.0.0.jar
4141
```
4242

4343
- Make sure the process is readable by the bpe user or group, for example by executing:
@@ -47,8 +47,8 @@ sudo chown root:bpe (your jar-file name.jar)
4747
```
4848
For example:
4949
```
50-
sudo chmod 440 mii-process-data-sharing-1.0.0.1.jar
51-
sudo chown root:bpe mii-process-data-sharing-1.0.0.1.jar
50+
sudo chmod 440 mii-process-data-sharing-1.1.0.0.jar
51+
sudo chown root:bpe mii-process-data-sharing-1.1.0.0.jar
5252
```
5353

5454
- Modify the process exclude config in `/opt/bpe/docker-compose.yml`

0 commit comments

Comments
 (0)