diff --git a/usr/local/share/bastille/update.sh b/usr/local/share/bastille/update.sh index 161502a4..9f5e258a 100644 --- a/usr/local/share/bastille/update.sh +++ b/usr/local/share/bastille/update.sh @@ -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 }