Update
This commit is contained in:
parent
a4a2b72bf0
commit
0bdbe8bee9
2 changed files with 1 additions and 2 deletions
|
|
@ -16,7 +16,6 @@
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
loop:
|
loop:
|
||||||
- /etc/update-motd.d/10-uname
|
|
||||||
- /etc/update-motd.d/10-help-text
|
- /etc/update-motd.d/10-help-text
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ UPDATES="$(apt list --upgradable 2>/dev/null | grep -c upgradable || true)"
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo -e "${BOLD}${BLUE}┌──────────────────────────────────────────────┐${RESET}"
|
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 -e "${BOLD}${BLUE}└──────────────────────────────────────────────┘${RESET}"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue