feat(link): include bash in the sudo command

This commit is contained in:
Iain Learmonth 2026-05-12 22:58:34 +01:00
parent 3a26501c58
commit c3adb00948

View file

@ -3,7 +3,7 @@
Podman user: {{ podman_link_podman_rootless_user }} Podman user: {{ podman_link_podman_rootless_user }}
========================================================= =========================================================
# Become the podman 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 # Check the Link stack status
systemctl --user status link.target systemctl --user status link.target
# Restart the Link stack # Restart the Link stack