add sudo to enable-linger
This commit is contained in:
@@ -281,7 +281,7 @@ def step_start_app(iot_host: str, app: str):
|
|||||||
]
|
]
|
||||||
remote = (
|
remote = (
|
||||||
"set -e\n"
|
"set -e\n"
|
||||||
"loginctl enable-linger \"$USER\"\n"
|
"sudo loginctl enable-linger \"$USER\"\n"
|
||||||
"cd ~/bumble-auracast\n"
|
"cd ~/bumble-auracast\n"
|
||||||
"for s in " + " ".join(shlex.quote(s) for s in scripts) + "; do\n"
|
"for s in " + " ".join(shlex.quote(s) for s in scripts) + "; do\n"
|
||||||
" if [ -f \"$s\" ]; then\n"
|
" if [ -f \"$s\" ]; then\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user