diff options
| -rw-r--r-- | dist-assets/linux/before-remove.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist-assets/linux/before-remove.sh b/dist-assets/linux/before-remove.sh index 0871efab1e..602d3d09fc 100644 --- a/dist-assets/linux/before-remove.sh +++ b/dist-assets/linux/before-remove.sh @@ -23,5 +23,7 @@ elif /sbin/init --version | grep upstart &> /dev/null; then rm -f /etc/init/mullvad-daemon.conf fi +pkill -x "mullvad-gui" || true + /opt/Mullvad\ VPN/resources/mullvad-setup reset-firewall || echo "Failed to reset firewall" /opt/Mullvad\ VPN/resources/mullvad-setup remove-wireguard-key || echo "Failed to remove leftover WireGuard key" |
