Skip to content

Commit

Permalink
do not chown the bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Nov 13, 2015
1 parent 35eb847 commit 72f148e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ SCRIPT_DIR=/usr/lib/kapacitor/scripts
if ! id kapacitor >/dev/null 2>&1; then
useradd --system -U -M kapacitor -s /bin/false -d $DATA_DIR
fi
chown kapacitor:kapacitor $BIN_DIR/kapacitor*
chmod a+rX $BIN_DIR/kapacitor*

mkdir -p $LOG_DIR
Expand Down

0 comments on commit 72f148e

Please sign in to comment.