Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #170 from Stratio/josepablofernandez-patch-6
Browse files Browse the repository at this point in the history
Update postinst
  • Loading branch information
becaresss committed Apr 7, 2016
2 parents 69396dd + f845aa0 commit f339660
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions shell/src/main/unix/scripts/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ case "$1" in

chmod 0755 $DIR_INSTALL/bin/*
chown -R $USER:$GROUP $DIR_INSTALL

chown root:${GROUP} /var/log/sds 2>/dev/null
chmod 775 /var/log/sds 2>/dev/null

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
Expand Down

0 comments on commit f339660

Please sign in to comment.