#!/bin/bash

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

set -x
set -o errexit
set -o errtrace
set -o nounset
set -o pipefail

true "${BASH_SOURCE[0]}: START"

source ./usr/libexec/helper-scripts/lockfile.sh

true "${BASH_SOURCE[0]}: continuing execution..."

sleep 10

true "${BASH_SOURCE[0]}: END"
