From c3adb0094833b85564e837c7abf0048a6428f09a Mon Sep 17 00:00:00 2001 From: irl Date: Tue, 12 May 2026 22:58:34 +0100 Subject: [PATCH] feat(link): include bash in the sudo command --- roles/podman_link/templates/etc/motd.d/10-data-plate.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/podman_link/templates/etc/motd.d/10-data-plate.txt b/roles/podman_link/templates/etc/motd.d/10-data-plate.txt index 8d39824..a0c604a 100644 --- a/roles/podman_link/templates/etc/motd.d/10-data-plate.txt +++ b/roles/podman_link/templates/etc/motd.d/10-data-plate.txt @@ -3,7 +3,7 @@ Podman user: {{ podman_link_podman_rootless_user }} ========================================================= # Become the podman user - sudo -iu {{ podman_link_podman_rootless_user }} + sudo -iu {{ podman_link_podman_rootless_user }} bash # Check the Link stack status systemctl --user status link.target # Restart the Link stack