diff options
Diffstat (limited to 'functions/defaults.sh')
| -rwxr-xr-x | functions/defaults.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 87b3a5351..dd0ef9f77 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -69,7 +69,8 @@ New_configuration () export LIVE_IMAGE_TYPE } -Set_config_defaults () +# Prepare config for use, filling in defaults where no value provided for instance +Prepare_config () { # FIXME New_configuration |
