#!/bin/sh

## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

if [ -x /usr/libexec/whonix-base-files/whonix.sh ]; then
   . /usr/libexec/whonix-base-files/whonix.sh || true >/dev/null 2>/dev/null
fi
