home · contact · privacy
Restore needed reference. master
authorPlom Heller <plom@plomlompom.com>
Fri, 11 Sep 2026 03:19:54 +0000 (05:19 +0200)
committerPlom Heller <plom@plomlompom.com>
Fri, 11 Sep 2026 03:19:54 +0000 (05:19 +0200)
setup_scripts/lib/path_luks_mapper.sh [new file with mode: 0644]

diff --git a/setup_scripts/lib/path_luks_mapper.sh b/setup_scripts/lib/path_luks_mapper.sh
new file mode 100644 (file)
index 0000000..cd0c457
--- /dev/null
@@ -0,0 +1,5 @@
+include PATH_DEV
+
+path_luks_mapper() {
+    printf '%s/mapper/%s' "${PATH_DEV}" "$1"
+}