config: remove spurious secondary validation check
it is already done just before writing the config to disk; this check is happening just after doing so and is thus pointless. Gbp-Dch: Short
This commit is contained in:
parent
f8a401f068
commit
51f6f2e41d
|
@ -1423,9 +1423,6 @@ EOF
|
|||
mkdir -p auto
|
||||
mkdir -p local/bin
|
||||
|
||||
# Validate config again
|
||||
Validate_config
|
||||
|
||||
if [ "${_CLEAN}" = "true" ]
|
||||
then
|
||||
# Remove empty directories in config tree
|
||||
|
|
Loading…
Reference in New Issue