Skip to content

Commit 8ede2d8

Browse files
Always run rancherd unit during installation
1 parent f9dea0f commit 8ede2d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install.sh

-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ service_enable_and_start() {
410410
systemd_enable
411411

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

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

0 commit comments

Comments
 (0)