better motd volumes

This commit is contained in:
Waylon S. Walker 2025-04-23 19:42:40 -05:00
parent db96853646
commit 225edce32d

View file

@ -5,11 +5,11 @@ cat <<EOF >/etc/motd
└───────────────────────────────────┘
"Inside every volume lies a pearl of wisdom waiting to be discovered."
{%- if volumes %}
{%- if mounts %}
Mounted Volumes:
{%- for volume in volumes %}
- {{ volume }}
{%- for mount in mounts %}
- {{ mount.name }}:{{ mount.mount_path }}
{%- endfor %}
{%- endif %}