Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #189 from d601/master
Browse files Browse the repository at this point in the history
Change user to username in sysv script
  • Loading branch information
jeffbyrnes committed Sep 19, 2016
2 parents fcb5ed0 + b470fba commit ea036a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/zookeeper.sysv.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# chkconfig: 2345 90 10
# description: zookeeper

USER="<%= @user %>"
USER="<%= @username %>"
CMD="<%= @exec %>"
BIN_DIR="$(dirname "${CMD}")"
CURRENT_USER="$(/usr/bin/whoami)"
Expand Down

0 comments on commit ea036a0

Please sign in to comment.