#!/bin/sh
# Ensure .NET single-file extraction works in service contexts without $HOME.
: "${DOTNET_BUNDLE_EXTRACT_BASE_DIR:=/var/lib/btguard-vpn-helper/bundle}"
export DOTNET_BUNDLE_EXTRACT_BASE_DIR
exec /usr/lib/btguard-vpn/btguard-vpn-helper "$@"
