summarylogtreecommitdiffstats
path: root/hostsblock.install
diff options
context:
space:
mode:
Diffstat (limited to 'hostsblock.install')
-rw-r--r--hostsblock.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostsblock.install b/hostsblock.install
index 40772fb4d56d..53b96acaf651 100644
--- a/hostsblock.install
+++ b/hostsblock.install
@@ -15,8 +15,8 @@ add_user_group() {
if [ $_changed == 1 ]; then
gpasswd -a hostsblock hostsblock
gpasswd -A hostsblock hostsblock
- chown hostsblock:hostsblock /var/lib/hostsblock
fi
+ chown -R hostsblock:hostsblock /var/lib/hostsblock
}
post_install() {