Skip to content

Commit b75aeb4

Browse files
Merge pull request #11546 from mendix/kk-wks-linuxfilename
fixed old file name
2 parents 5e8f0d9 + 6a29a74 commit b75aeb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/workstation/client/wks-client-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ To install the Workstation Client on a Linux machine, perform the following step
101101
Bluetooth support requires starting the application with the `CAP_NET_RAW` privilege (for raw network packet access):
102102
103103
```text
104-
sudo capsh --user=$(whoami) --iab="^cap_net_raw" -- -c "'/opt/Mendix Workstation/Mendix Workstation'"
104+
sudo capsh --user=$(whoami) --iab="^cap_net_raw" -- -c "'/opt/Mendix Workstation/mendix-workstation'"
105105
```
106106
107107
6. After the installation finishes, start the Workstation Client.

0 commit comments

Comments
 (0)