image: fix shell code format

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-01-16 14:24:26 +01:00
parent 98040ff89c
commit f90a13ad86

View File

@ -23,7 +23,7 @@ rm -f /etc/issue.net
# add motd for constellation console access # add motd for constellation console access
if [[ ${CONSOLE_MOTD:-false} == "true" ]]; then if [[ ${CONSOLE_MOTD:-false} == "true" ]]; then
cat <<EOF > /usr/lib/motd.d/10-constellation-console-access.motd cat << EOF > /usr/lib/motd.d/10-constellation-console-access.motd
~ Welcome to Constellation! ~ ~ Welcome to Constellation! ~
Usually, on release versions of Constellation running in the cloud, you are not able to login through the serial console. 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. This shell access is specifically granted for debug images and MiniConstellation to allow users to research the environment Constellation runs in.