From f845aa037af518d00eae6b567eb626aa4fbf824d Mon Sep 17 00:00:00 2001 From: josepablofernandez Date: Thu, 7 Apr 2016 20:48:25 +0200 Subject: [PATCH] Update postinst --- shell/src/main/unix/scripts/postinst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell/src/main/unix/scripts/postinst b/shell/src/main/unix/scripts/postinst index 1ff94627..ea3e0673 100644 --- a/shell/src/main/unix/scripts/postinst +++ b/shell/src/main/unix/scripts/postinst @@ -46,6 +46,9 @@ case "$1" in chown root:${GROUP} /var/run/sds 2>/dev/null chmod 775 /var/run/sds 2>/dev/null + + chown root:${GROUP} /etc/sds 2>/dev/null + chmod 775 /etc/sds 2>/dev/null ;; esac