Optimized code

This commit is contained in:
2020-12-25 13:49:03 +01:00
parent 021e6b2812
commit 9e66e2271f
3 changed files with 3 additions and 39 deletions

View File

@@ -1,6 +1,7 @@
#!/bin/bash
# shellcheck disable=SC1090 # Can't follow non-constant source. Use a directive to specify location.
# shellcheck disable=SC2154 # Referenced but not assigned
# shellcheck disable=SC2015 #Deactivate bool hint
source "$(dirname "$(readlink -f "${0}")")/base.sh" || (echo "Loading base.sh failed." && exit 1)
info "Automount raid1 encrypted storages..." &&
set_raid1_devices_mount_partition_and_mapper_paths &&