add sudo to enable-linger

This commit is contained in:
2025-11-17 15:55:24 +01:00
parent d343ec2583
commit 886030c533

View File

@@ -281,7 +281,7 @@ def step_start_app(iot_host: str, app: str):
]
remote = (
"set -e\n"
"loginctl enable-linger \"$USER\"\n"
"sudo loginctl enable-linger \"$USER\"\n"
"cd ~/bumble-auracast\n"
"for s in " + " ".join(shlex.quote(s) for s in scripts) + "; do\n"
" if [ -f \"$s\" ]; then\n"