Skip to content

Commit 8afebb1

Browse files
committed
Doh!
1 parent d9ed7ef commit 8afebb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ for version in "${versions[@]}"; do
160160
Dockerfile-linux.template \
161161
> "$version/Dockerfile"
162162

163-
# starting with MongoDB 4.3 (and backported to 4.0??), the postinst for server includes an unconditional "systemctl daemon-reload" (and we don't have anything for "systemctl" to talk to leading to dbus errors and failed package installs)
163+
# starting with MongoDB 4.3 (and backported to 4.0 and 4.2??), the postinst for server includes an unconditional "systemctl daemon-reload" (and we don't have anything for "systemctl" to talk to leading to dbus errors and failed package installs)
164164
case "$version" in
165-
3.6 | 4.2)
165+
3.6)
166166
sed -i -e '/systemctl/d' "$version/Dockerfile"
167167
;;
168168
esac

0 commit comments

Comments
 (0)