update: fix updating an EOL jail

This commit is contained in:
tschettervictor
2025-09-26 09:25:35 -06:00
committed by GitHub
parent 9e33005549
commit d6393d4572

View File

@@ -144,7 +144,13 @@ jail_update() {
-j "${_jailname}" \
-d "${_workdir}" \
-f "${_freebsd_update_conf}" \
fetch install
fetch
env PAGER="/bin/cat" freebsd-update ${OPTION} \
--not-running-from-cron \
-j "${_jailname}" \
-d "${_workdir}" \
-f "${_freebsd_update_conf}" \
install
fi
fi
}