#!/bin/bash

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

set -e

if [ -o xtrace ]; then
   bash -x /usr/libexec/systemcheck/systemcheck "$@"
else
   /usr/libexec/systemcheck/systemcheck "$@"
fi
