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

Change user to username in sysv script #189

Merged
merged 1 commit into from
Sep 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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