diff options
| author | David Lönnhager <david.l@mullvad.net> | 2021-01-19 20:55:07 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2021-01-19 20:55:07 +0100 |
| commit | 4d3f68da46dcaf6f49ed4c8e05a06bb7c505e54d (patch) | |
| tree | 7e0b2e999287fe39566be10e367de6cea057d5ed | |
| parent | bffd7b28db6a901d5ff2e9b97d95f94d8dd46abb (diff) | |
| download | mullvadvpn-4d3f68da46dcaf6f49ed4c8e05a06bb7c505e54d.tar.xz mullvadvpn-4d3f68da46dcaf6f49ed4c8e05a06bb7c505e54d.zip | |
Remove outdated comment
| -rwxr-xr-x | dist-assets/pkg-scripts/preinstall | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dist-assets/pkg-scripts/preinstall b/dist-assets/pkg-scripts/preinstall index e721e2ae24..ef6d953970 100755 --- a/dist-assets/pkg-scripts/preinstall +++ b/dist-assets/pkg-scripts/preinstall @@ -12,8 +12,6 @@ exec 2>&1 > $LOG_DIR/preinstall.log echo "Running preinstall at $(date)" # Notify the running daemon that we are going to kill it and replace it with a newer version. -# This will make the daemon save it's state to a file and then lock the firewall to prevent -# leaks during the upgrade. "$INSTALL_DIR/Mullvad VPN.app/Contents/Resources/mullvad-setup" prepare-restart || \ echo "Failed to send 'prepare-restart' command to old mullvad-daemon" |
