You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: update.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -160,9 +160,9 @@ for version in "${versions[@]}"; do
160
160
Dockerfile-linux.template \
161
161
>"$version/Dockerfile"
162
162
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)
0 commit comments