This commit is contained in:
Jesús Camacho 2026-02-16 14:51:06 +01:00
parent a4a2b72bf0
commit 0bdbe8bee9
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,6 @@
path: "{{ item }}"
mode: "0644"
loop:
- /etc/update-motd.d/10-uname
- /etc/update-motd.d/10-help-text
ignore_errors: true

View file

@ -26,7 +26,7 @@ UPDATES="$(apt list --upgradable 2>/dev/null | grep -c upgradable || true)"
echo ""
echo -e "${BOLD}${BLUE}┌──────────────────────────────────────────────┐${RESET}"
echo -e "${BOLD}${BLUE}│ {{ motd_title | default('LXC CONTAINER') }} │${RESET}"
echo -e "${BOLD}${BLUE}│ {{ motd_title | default('LXC CONTAINER') }} │${RESET}"
echo -e "${BOLD}${BLUE}└──────────────────────────────────────────────┘${RESET}"
echo ""