We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb753f commit 7e2f4cfCopy full SHA for 7e2f4cf
.scripts/postinst
@@ -10,6 +10,6 @@ useradd --system \
10
--comment "MongoDB Exporter" \
11
mongodb_exporter
12
13
-systemctl daemon-reload > dev/null || exit $?
+systemctl daemon-reload > /dev/null || exit $?
14
15
exit 0
0 commit comments