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 68f477a commit 002f187Copy full SHA for 002f187
.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