diff options
author | Joe <rrbo@proton.me> | 2023-10-19 13:16:28 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-10-19 13:16:28 +0200 |
commit | 286a82c64302666459b58368b507568c24e2e0b0 (patch) | |
tree | c192ac399ab82c077a80fb9c0d211bc7a20f928f /.local | |
parent | up (diff) | |
download | dotfiles-bsd-286a82c64302666459b58368b507568c24e2e0b0.tar.gz dotfiles-bsd-286a82c64302666459b58368b507568c24e2e0b0.tar.bz2 dotfiles-bsd-286a82c64302666459b58368b507568c24e2e0b0.tar.xz dotfiles-bsd-286a82c64302666459b58368b507568c24e2e0b0.tar.zst dotfiles-bsd-286a82c64302666459b58368b507568c24e2e0b0.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/dmapps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/dmapps b/.local/bin/dmapps index 2d23cb9..da87208 100755 --- a/.local/bin/dmapps +++ b/.local/bin/dmapps @@ -58,7 +58,7 @@ use constant WORK_LIST => "" . "VMware" . "\n" . "DBeaver" . "\n" . "Miro" . "\n" . -"FortiClient" . "\n" . +"FortiClient VPN" . "\n" . "Teams"; sub run @@ -191,7 +191,7 @@ sub run case "Miro" { exec("miro"); } - case "FortiClient" { + case "FortiClient VPN" { exec("/opt/forticlient/gui/FortiClient-linux-x64/FortiClient"); } case "Teams" { |