From f90a13ad86875f858201b8be3ad7cc5fbf30e46a Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Mon, 16 Jan 2023 14:24:26 +0100 Subject: [PATCH] image: fix shell code format Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- image/mkosi.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/mkosi.postinst b/image/mkosi.postinst index f8ed420b0..89054f43c 100755 --- a/image/mkosi.postinst +++ b/image/mkosi.postinst @@ -23,7 +23,7 @@ rm -f /etc/issue.net # add motd for constellation console access if [[ ${CONSOLE_MOTD:-false} == "true" ]]; then - cat < /usr/lib/motd.d/10-constellation-console-access.motd + cat << EOF > /usr/lib/motd.d/10-constellation-console-access.motd ~ Welcome to Constellation! ~ Usually, on release versions of Constellation running in the cloud, you are not able to login through the serial console. This shell access is specifically granted for debug images and MiniConstellation to allow users to research the environment Constellation runs in.