mirror of
https://github.com/mvallim/live-custom-ubuntu-from-scratch.git
synced 2025-07-29 12:36:38 +00:00
Bump config version from 0.3 to 0.4
This commit is contained in:
@ -88,7 +88,7 @@ function load_config() {
|
||||
# Verify that necessary configuration values are set and they are valid
|
||||
function check_config() {
|
||||
local expected_config_version
|
||||
expected_config_version="0.3"
|
||||
expected_config_version="0.4"
|
||||
|
||||
if [[ "$CONFIG_FILE_VERSION" != "$expected_config_version" ]]; then
|
||||
>&2 echo "Invalid or old config version $CONFIG_FILE_VERSION, expected $expected_config_version. Please update your configuration file from the default."
|
||||
|
@ -68,4 +68,4 @@ function customize_image() {
|
||||
|
||||
# Used to version the configuration. If breaking changes occur, manual
|
||||
# updates to this file from the default may be necessary.
|
||||
export CONFIG_FILE_VERSION="0.3"
|
||||
export CONFIG_FILE_VERSION="0.4"
|
||||
|
Reference in New Issue
Block a user