Fix spurious if
line in fallback for upgrade from v239
This commit is contained in:
parent
5c5a95ecb4
commit
529ae77811
@ -545,7 +545,6 @@ getent passwd systemd-resolve &>/dev/null || useradd -r -u 193 -l -g systemd-res
|
|||||||
systemd-machine-id-setup &>/dev/null || :
|
systemd-machine-id-setup &>/dev/null || :
|
||||||
|
|
||||||
systemctl daemon-reexec &>/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,
|
# systemd v239 had bug #9553 in D-Bus authentication of the private socket,
|
||||||
# which was later fixed in v240 by #9625.
|
# which was later fixed in v240 by #9625.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user