fix a typo in debian postinst (#14171)
Ilya Mashchenko committed
Dec 22, 2022 at 12:45 UTC
c1aec98b30d8a4e80813cfccd636c31999c7ae3e
1 file changed
+1
-1
contrib/debian/netdata.postinst
+1
-1
@@ -16,7 +16,7 @@ dpkg-maintscript-helper dir_to_symlink \
16
/var/lib/netdata/www/static /usr/share/netdata/www/static 1.18.1~ netdata -- "$@"
17
18
case "$1" in
19
- configure|recnfigure)
19
+ configure|reconfigure)
20
if ! getent group netdata > /dev/null; then
21
addgroup --quiet --system netdata
22
fi