Files
linux-image-manager/scripts/encryption/storage/single_drive/base.sh
Kevin Veen-Birkenbach fa8c972296 Optimized shellcheck hints
2020-12-20 21:58:11 +01:00

4 lines
215 B
Bash

#!/bin/bash
# shellcheck disable=SC1090 # Can't follow non-constant source. Use a directive to specify location.
source "$(dirname "$(readlink -f "${0}")")/../base.sh" || (echo "Loading base.sh failed." && exit 1)