diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-06-12 15:27:04 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-06-13 16:34:56 +0200 |
| commit | c3965d6715d7a7c5048866dbefbb44b838f7773b (patch) | |
| tree | f50e4fb7227d972679251b4d5af53c4cd7e79d97 /dist-assets/pkg-scripts | |
| parent | 4d264ddcb069cb9efcf4f4f63e85f56277fa513a (diff) | |
| download | mullvadvpn-c3965d6715d7a7c5048866dbefbb44b838f7773b.tar.xz mullvadvpn-c3965d6715d7a7c5048866dbefbb44b838f7773b.zip | |
Don't pass log args to daemon on all three desktop platforms
Diffstat (limited to 'dist-assets/pkg-scripts')
| -rwxr-xr-x | dist-assets/pkg-scripts/postinstall | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dist-assets/pkg-scripts/postinstall b/dist-assets/pkg-scripts/postinstall index c2d3b3f7e1..a56cc90e5c 100755 --- a/dist-assets/pkg-scripts/postinstall +++ b/dist-assets/pkg-scripts/postinstall @@ -24,10 +24,6 @@ DAEMON_PLIST=$(cat <<-EOM <array> <string>$INSTALL_DIR/Mullvad VPN.app/Contents/Resources/mullvad-daemon</string> <string>-v</string> - <string>--log</string> - <string>$LOG_DIR/daemon.log</string> - <string>--tunnel-log</string> - <string>$LOG_DIR/openvpn.log</string> </array> <key>UserName</key> |
