Commit bbea997
committed
Simplify logging apt-get update output
The 'apt_get_update_output' variable is unused, so avoid complexity with
saving apt-get update output and printing it at the same time. This
fixes checking updates on Debian, as 'tee /proc/self/fd/2' fails when
the script is called from systemd service (via systemd timer).
Fixes QubesOS/qubes-issues#98951 parent 4226216 commit bbea997
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
0 commit comments