From 8eb0047097927976d3b566d0a2931bb613fce355 Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Wed, 18 Nov 2015 01:14:47 +0200 Subject: [PATCH] removed user creation and permissions of web files --- web/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) diff --git a/web/Makefile.am b/web/Makefile.am index 237a92e6..ad6850a1 100644 --- a/web/Makefile.am +++ b/web/Makefile.am @@ -12,9 +12,3 @@ dist_web_DATA = \ theme.css \ $(NULL) -install-data-hook: - if [ `id -u` == 0 ]; then \ - getent group netdata > /dev/null || groupadd -r netdata; \ - getent passwd netdata > /dev/null || useradd -r -g netdata -c netdata -s /sbin/nologin -d / netdata; \ - chown -c -R netdata $(DESTDIR)$(cachedir) $(DESTDIR)$(webdir); \ - fi -- 2.39.2