diff options
author | Joe <rrbo@proton.me> | 2023-07-17 12:06:11 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-07-17 12:06:11 +0200 |
commit | 48845d9f803678b8660574f91cc5f703392e153f (patch) | |
tree | 31848fc57f9e06de17a17067a8a22e1abde3d213 /.local/bin/dmapps | |
parent | up (diff) | |
download | dotfiles-bsd-48845d9f803678b8660574f91cc5f703392e153f.tar.gz dotfiles-bsd-48845d9f803678b8660574f91cc5f703392e153f.tar.bz2 dotfiles-bsd-48845d9f803678b8660574f91cc5f703392e153f.tar.xz dotfiles-bsd-48845d9f803678b8660574f91cc5f703392e153f.tar.zst dotfiles-bsd-48845d9f803678b8660574f91cc5f703392e153f.zip |
up
Diffstat (limited to '.local/bin/dmapps')
-rwxr-xr-x | .local/bin/dmapps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmapps b/.local/bin/dmapps index 725c485..2fe6522 100755 --- a/.local/bin/dmapps +++ b/.local/bin/dmapps @@ -192,7 +192,7 @@ sub run exec("miro"); } case "FortiClient" { - exec("forticlient", "gui"); + exec("/opt/forticlient/gui/FortiClient-linux-x64/FortiClient"); } case "Teams" { exec("teams"); |