#3393 PR merged
: Remove 040_inspect_configuration_files.sh (obsoleted by 001_verify_config_arrays.sh)¶
Labels: cleanup
, fixed / solved / done
jsmeix opened issue at 2025-02-04 13:16:¶
Removed prep/NETFS/default/040_inspect_configuration_files.sh
because it is no longer needed because when the user has in local.conf
BACKUP_PROG_OPTIONS="--option1 --option2"
then it errors out early in
init/default/001_verify_config_arrays.sh
with
ERROR: Syntax error: Variable BACKUP_PROG_OPTIONS not assigned as Bash array...
So it is no longer needed to adapt
prep/NETFS/default/040_inspect_configuration_files.sh
to return successfully when there was no Error()
to avoid that one gets in the log file in debug mode:
Source function: 'source .../040_inspect_configuration_files.sh' returns 1
jsmeix commented at 2025-02-05 13:44:¶
@gdha @rear/contributors
unless there are objections I would like to merge it
tomorrow (Feb. 06) afternoon.
[Export of Github issue for rear/rear.]