mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-13 19:52:20 -04:00
image: fix shell code format
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
98040ff89c
commit
f90a13ad86
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue