From 225edce32d24f11fe53eb3712760a1190287a69b Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Wed, 23 Apr 2025 19:42:40 -0500 Subject: [PATCH] better motd volumes --- krayt/templates/motd.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/krayt/templates/motd.sh b/krayt/templates/motd.sh index 9de1e85..5838161 100644 --- a/krayt/templates/motd.sh +++ b/krayt/templates/motd.sh @@ -5,11 +5,11 @@ cat </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 %}