diff --git a/modules.d/95ssh-client/.shchkdir b/modules.d/95ssh-client/.shchkdir new file mode 100644 index 00000000..e69de29b diff --git a/modules.d/95ssh-client/module-setup.sh b/modules.d/95ssh-client/module-setup.sh index fb375364..2a75446f 100755 --- a/modules.d/95ssh-client/module-setup.sh +++ b/modules.d/95ssh-client/module-setup.sh @@ -49,6 +49,7 @@ inst_sshenv() { # Copy customized UserKnowHostsFile elif [[ $key == "UserKnownHostsFile" ]]; then # Make sure that ~/foo will be copied as /root/foo in kdump's initramfs + # shellcheck disable=SC2088 if str_starts "$val" "~/"; then val="/root/${val#"~/"}" fi