Skip to content

Commit

Permalink
chore(systemd-cryptsetup): improve warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
jozzsi authored and LaszloGombos committed Oct 24, 2024
1 parent 5cacc5e commit 87d9204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/01systemd-cryptsetup/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
check() {
local fs
# if cryptsetup is not installed, then we cannot support encrypted devices.
require_any_binary "$systemdutildir"/systemd-cryptsetup || return 1
require_binaries "$systemdutildir"/systemd-cryptsetup || return 1

[[ $hostonly ]] || [[ $mount_needs ]] && {
for fs in "${host_fs_types[@]}"; do
Expand Down

0 comments on commit 87d9204

Please sign in to comment.