From ffa60438814e4ec195028ff9e640156883e518c7 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 14 May 2020 23:25:08 -0400 Subject: [PATCH] Always apply required updates after platform check --- CHANGELOG | 1 + bastille-init | 3 +-- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3a7bf1d..2ed0190 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.0.63......Always apply required updates after platform check. 1.0.62......Check/apply required updates to bastille while checking for upgrades. 1.0.61......Display static inet ip from vnet jail config. 1.0.60......Include missing bits, disable vnet on versions below 12. diff --git a/bastille-init b/bastille-init index 9e5ecb4..9021511 100755 --- a/bastille-init +++ b/bastille-init @@ -388,8 +388,6 @@ include_files() else sysrc -f ${CWDIR}${EXTCONF} VNET_ENABLE="NO" >/dev/null 2>&1 fi - # Check for required updates. - required_updates } required_updates() @@ -1099,6 +1097,7 @@ bastille_init() # Function calls. platform_check + required_updates postinit_cmd gui_start rc_params diff --git a/version b/version index 7eeb2c7..32c4ece 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.0.62 +1.0.63