We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9dea0f commit 8ede2d8Copy full SHA for 8ede2d8
install.sh
@@ -410,7 +410,6 @@ service_enable_and_start() {
410
systemd_enable
411
412
[ "${INSTALL_RANCHERD_SKIP_START}" = true ] && return
413
- [ ! -e /etc/rancher/rancherd/config.yaml ] && return
414
415
POST_INSTALL_HASHES=$(get_installed_hashes)
416
if [ "${PRE_INSTALL_HASHES}" = "${POST_INSTALL_HASHES}" ] && [ "${INSTALL_RANCHERD_FORCE_RESTART}" != true ]; then
0 commit comments