Solved bugs

This commit is contained in:
2020-12-20 22:17:07 +01:00
parent cd82cd4337
commit 04cb6216be
3 changed files with 10 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
# shellcheck disable=SC2154 # Referenced but not assigned
# shellcheck disable=SC1090 # Can't follow non-constant source. Use a directive to specify location.
# shellcheck disable=SC2001 # See if you can use ${variable//search/replace} instead
source "$(dirname "$(readlink -f "${0}")")/../../base.sh" || (echo "Loading base.sh failed." && exit 1)
source "$(dirname "$(readlink -f "${0}")")/../../../base.sh" || (echo "Loading base.sh failed." && exit 1)
set_device_mount_partition_and_mapper_paths(){
set_device_path &&