Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <[email protected]>
  • Loading branch information
briandowns committed Jun 26, 2020
1 parent e3e729d commit 5c75834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -846,8 +846,8 @@ eval set -- $(escape "${INSTALL_RKE2_EXEC}") $(quote "$@")
if [ ! -z "${INSTALL_RKE2_USER}" ]; then
mkdir -p "${BASE_DIR}"
create_user "${INSTALL_RKE2_USER}" "RKE2 Service User Account"
chown -R "${INSTALL_RKE2_USER}":"${INSTALL_RKE2_USER}" "$(dirname ${BASE_DIR})"
USING_RKE2_USER=1
chown -R "${INSTALL_RKE2_USER}":"${INSTALL_RKE2_USER}" "$(dirname ${BASE_DIR})"
USING_RKE2_USER=1
fi

if [ ! -z "${INSTALL_RKE2_ETCD_USER}" ]; then
Expand Down

0 comments on commit 5c75834

Please sign in to comment.