recording: constqp should be better for recording

This commit is contained in:
2026-01-14 20:30:28 +01:00
parent b8ed23db27
commit bc0cb5f6c4
4 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ sudo mount "/dev/mapper/$LUKS_MAPPER_NAME" "$LUKS_MOUNT_POINT"
sudo chown "$(whoami):$(whoami)" "$LUKS_MOUNT_POINT"
echo "[INFO] Successfully mounted at $LUKS_MOUNT_POINT." >&2
echo "[INFO] Exit this shell to unmount and close the LUKS volume..." >&2
echo "[INFO] Exit this shell to unmount and close the LUKS volume." >&2
cd "$LUKS_MOUNT_POINT"
USER_SHELL="${SHELL:-/bin/bash}"