Solved shellcheck hints

This commit is contained in:
2020-05-06 08:59:48 +02:00
parent d76f0114ec
commit ab176c51b2
3 changed files with 9 additions and 8 deletions

View File

@@ -5,6 +5,7 @@
#
# shellcheck source=/dev/null # Deactivate SC1090
# shellcheck disable=SC2143 # Comparing with -z allowed
# shellcheck disable=SC2015 # Deactivating bool hint
source "$(dirname "$(readlink -f "${0}")")/../base.sh" || (echo "Loading base.sh failed." && exit 1)
if [ -z "$(mount | grep "$DECRYPTED_PATH")" ]
then