fix: wrong unit name again
continuous-integration/drone/push Build is failing Details

pull/98/head
Inex Code 2024-02-12 18:47:37 +03:00
parent b98c020f23
commit ad069a2ad2
1 changed files with 2 additions and 1 deletions

View File

@ -74,6 +74,7 @@ def rebuild_system_task(job: Job, upgrade: bool = False):
result="System rebuilt.",
progress=100,
)
break
elif status.stdout.strip() == "failed":
Jobs.update(
job=job,
@ -87,7 +88,7 @@ def rebuild_system_task(job: Job, upgrade: bool = False):
[
"journalctl",
"-u",
"selfprivacy-upgrade",
unit_name,
"-n",
"1",
"-o",