summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-12-22 12:45:34 +0200
committerGitHub <noreply@github.com>2022-12-22 12:45:34 +0200
commitc1aec98b30d8a4e80813cfccd636c31999c7ae3e (patch)
treecda3cda9363aa1a716031c6d6b60effc4c636c80
parentef8726ee288d2bffe49ec0709fa943cdf6c0be86 (diff)
fix a typo in debian postinst (#14171)
-rw-r--r--contrib/debian/netdata.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/debian/netdata.postinst b/contrib/debian/netdata.postinst
index daea8cb402..2436e569a4 100644
--- a/contrib/debian/netdata.postinst
+++ b/contrib/debian/netdata.postinst
@@ -16,7 +16,7 @@ dpkg-maintscript-helper dir_to_symlink \
/var/lib/netdata/www/static /usr/share/netdata/www/static 1.18.1~ netdata -- "$@"
case "$1" in
- configure|recnfigure)
+ configure|reconfigure)
if ! getent group netdata > /dev/null; then
addgroup --quiet --system netdata
fi