diff options
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/configuration.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/configuration.sh b/functions/configuration.sh index b92b79110..6b5cfdc63 100755 --- a/functions/configuration.sh +++ b/functions/configuration.sh @@ -10,6 +10,9 @@ # Prepare config for use, filling in defaults where no value provided for instance +# +# This function should avoid performing validation checks and failing from invalid values. +# Validation should be done through `Validate_config()`. Prepare_config () { # Colouring is re-evaluated here just incase a hard coded override was given in the saved config |