Skip to content

Commit

Permalink
Always run rancherd unit during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Sep 24, 2021
1 parent f9dea0f commit 8ede2d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ service_enable_and_start() {
systemd_enable

[ "${INSTALL_RANCHERD_SKIP_START}" = true ] && return
[ ! -e /etc/rancher/rancherd/config.yaml ] && return

POST_INSTALL_HASHES=$(get_installed_hashes)
if [ "${PRE_INSTALL_HASHES}" = "${POST_INSTALL_HASHES}" ] && [ "${INSTALL_RANCHERD_FORCE_RESTART}" != true ]; then
Expand Down

0 comments on commit 8ede2d8

Please sign in to comment.