summaryrefslogtreecommitdiffhomepage
path: root/dist-assets/linux
diff options
context:
space:
mode:
authorEmīls Piņķis <emils@mullvad.net>2022-11-08 18:22:46 +0100
committerEmīls Piņķis <emils@mullvad.net>2022-11-09 19:03:12 +0100
commit44835fa4d445d3dd8893a98ed29944d4e280d176 (patch)
tree907665b3e31313ff89934b439ee139ad0b801331 /dist-assets/linux
parentb060374f8d9498fc937add716f3812c5924076d9 (diff)
downloadmullvadvpn-44835fa4d445d3dd8893a98ed29944d4e280d176.tar.xz
mullvadvpn-44835fa4d445d3dd8893a98ed29944d4e280d176.zip
Remove obtuse logging from install scripts
Diffstat (limited to 'dist-assets/linux')
-rw-r--r--dist-assets/linux/after-remove.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/dist-assets/linux/after-remove.sh b/dist-assets/linux/after-remove.sh
index 22c9529982..8dfe875a46 100644
--- a/dist-assets/linux/after-remove.sh
+++ b/dist-assets/linux/after-remove.sh
@@ -1,8 +1,6 @@
#!/usr/bin/env bash
set -eu
-echo "Running after-remove.sh"
-
function remove_logs_and_cache {
rm -r --interactive=never /var/log/mullvad-vpn/ || \
echo "Failed to remove mullvad-vpn logs"