Skip to content

Commit 7e2f4cf

Browse files
authored
Fix /dev/null redirection typo in systemctl command
1 parent cbb753f commit 7e2f4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ useradd --system \
1010
--comment "MongoDB Exporter" \
1111
mongodb_exporter
1212

13-
systemctl daemon-reload > dev/null || exit $?
13+
systemctl daemon-reload > /dev/null || exit $?
1414

1515
exit 0

0 commit comments

Comments
 (0)