Fix spurious `if` line in fallback for upgrade from v239

This commit is contained in:
Filipe Brandenburger 2020-02-28 09:54:59 -08:00
parent 5c5a95ecb4
commit 529ae77811
1 changed files with 0 additions and 1 deletions

View File

@ -545,7 +545,6 @@ getent passwd systemd-resolve &>/dev/null || useradd -r -u 193 -l -g systemd-res
systemd-machine-id-setup &>/dev/null || :
systemctl daemon-reexec &>/dev/null || {
if test -d /run/systemd/system ; then
# systemd v239 had bug #9553 in D-Bus authentication of the private socket,
# which was later fixed in v240 by #9625.
#