Solved some bugs

This commit is contained in:
2020-05-19 11:10:06 +02:00
parent e1b32ae2e5
commit e6770eddda
6 changed files with 21 additions and 12 deletions

View File

@@ -1,7 +1,9 @@
#!/bin/bash
# shellcheck disable=SC2010
# shellcheck disable=SC2010 # ls | grep allowed
# shellcheck disable=SC2015 # Deactivating bool hint
# shellcheck source=/dev/null # Deactivate SC1090
# shellcheck disable=SC2154 # Deactivate not referenced link
# shellcheck disable=SC2015 # Deactivate bools hints
source "$(dirname "$(readlink -f "${0}")")/base.sh" || (echo "Loading base.sh failed." && exit 1)
info "Backupscript for memory devices started..."
echo