Solved shellcheck errors

This commit is contained in:
2020-05-05 11:50:20 +02:00
parent e42a931032
commit 54f550e566
5 changed files with 11 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
# @author Kevin Veen-Birkenbach
# shellcheck disable=SC2015 # Deactivating bool hint
# shellcheck source=/dev/null # Deactivate SC1090
source "$(dirname "$(readlink -f "${0}")")/../base.sh" || (echo "Loading base.sh failed." && exit 1)